Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.51 KB

BlobInfoResponse.md

File metadata and controls

51 lines (28 loc) · 1.51 KB

BlobInfoResponse

Properties

Name Type Description Notes
Fields map[string]uint32

Methods

NewBlobInfoResponse

func NewBlobInfoResponse(fields map[string]uint32, ) *BlobInfoResponse

NewBlobInfoResponse instantiates a new BlobInfoResponse 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

NewBlobInfoResponseWithDefaults

func NewBlobInfoResponseWithDefaults() *BlobInfoResponse

NewBlobInfoResponseWithDefaults instantiates a new BlobInfoResponse 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

GetFields

func (o *BlobInfoResponse) GetFields() map[string]uint32

GetFields returns the Fields field if non-nil, zero value otherwise.

GetFieldsOk

func (o *BlobInfoResponse) GetFieldsOk() (*map[string]uint32, bool)

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

SetFields

func (o *BlobInfoResponse) SetFields(v map[string]uint32)

SetFields sets Fields field to given value.

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