Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.53 KB

BlobValueResponse.md

File metadata and controls

51 lines (28 loc) · 1.53 KB

BlobValueResponse

Properties

Name Type Description Notes
ValueData string The blob data (Hex)

Methods

NewBlobValueResponse

func NewBlobValueResponse(valueData string, ) *BlobValueResponse

NewBlobValueResponse instantiates a new BlobValueResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewBlobValueResponseWithDefaults

func NewBlobValueResponseWithDefaults() *BlobValueResponse

NewBlobValueResponseWithDefaults instantiates a new BlobValueResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetValueData

func (o *BlobValueResponse) GetValueData() string

GetValueData returns the ValueData field if non-nil, zero value otherwise.

GetValueDataOk

func (o *BlobValueResponse) GetValueDataOk() (*string, bool)

GetValueDataOk returns a tuple with the ValueData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValueData

func (o *BlobValueResponse) SetValueData(v string)

SetValueData sets ValueData field to given value.

[Back to Model list] [Back to API list] [Back to README]