Skip to content

Files

Latest commit

author
Lab5e Release Bot
Feb 20, 2023
2e7db3f · Feb 20, 2023

History

History
264 lines (143 loc) · 6.3 KB

Blob.md

File metadata and controls

264 lines (143 loc) · 6.3 KB

Blob

Properties

Name Type Description Notes
BlobId Pointer to string [optional]
BlobPath Pointer to string [optional]
ContentType Pointer to string [optional]
Size Pointer to string [optional]
Created Pointer to string [optional]
CollectionId Pointer to string [optional]
DeviceId Pointer to string [optional]
GatewayId Pointer to string [optional]
Properties Pointer to map[string]string [optional]

Methods

NewBlob

func NewBlob() *Blob

NewBlob instantiates a new Blob 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

NewBlobWithDefaults

func NewBlobWithDefaults() *Blob

NewBlobWithDefaults instantiates a new Blob 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

GetBlobId

func (o *Blob) GetBlobId() string

GetBlobId returns the BlobId field if non-nil, zero value otherwise.

GetBlobIdOk

func (o *Blob) GetBlobIdOk() (*string, bool)

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

SetBlobId

func (o *Blob) SetBlobId(v string)

SetBlobId sets BlobId field to given value.

HasBlobId

func (o *Blob) HasBlobId() bool

HasBlobId returns a boolean if a field has been set.

GetBlobPath

func (o *Blob) GetBlobPath() string

GetBlobPath returns the BlobPath field if non-nil, zero value otherwise.

GetBlobPathOk

func (o *Blob) GetBlobPathOk() (*string, bool)

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

SetBlobPath

func (o *Blob) SetBlobPath(v string)

SetBlobPath sets BlobPath field to given value.

HasBlobPath

func (o *Blob) HasBlobPath() bool

HasBlobPath returns a boolean if a field has been set.

GetContentType

func (o *Blob) GetContentType() string

GetContentType returns the ContentType field if non-nil, zero value otherwise.

GetContentTypeOk

func (o *Blob) GetContentTypeOk() (*string, bool)

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

SetContentType

func (o *Blob) SetContentType(v string)

SetContentType sets ContentType field to given value.

HasContentType

func (o *Blob) HasContentType() bool

HasContentType returns a boolean if a field has been set.

GetSize

func (o *Blob) GetSize() string

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *Blob) GetSizeOk() (*string, bool)

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

SetSize

func (o *Blob) SetSize(v string)

SetSize sets Size field to given value.

HasSize

func (o *Blob) HasSize() bool

HasSize returns a boolean if a field has been set.

GetCreated

func (o *Blob) GetCreated() string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *Blob) GetCreatedOk() (*string, bool)

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

SetCreated

func (o *Blob) SetCreated(v string)

SetCreated sets Created field to given value.

HasCreated

func (o *Blob) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetCollectionId

func (o *Blob) GetCollectionId() string

GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.

GetCollectionIdOk

func (o *Blob) GetCollectionIdOk() (*string, bool)

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

SetCollectionId

func (o *Blob) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *Blob) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetDeviceId

func (o *Blob) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *Blob) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *Blob) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *Blob) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetGatewayId

func (o *Blob) GetGatewayId() string

GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.

GetGatewayIdOk

func (o *Blob) GetGatewayIdOk() (*string, bool)

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

SetGatewayId

func (o *Blob) SetGatewayId(v string)

SetGatewayId sets GatewayId field to given value.

HasGatewayId

func (o *Blob) HasGatewayId() bool

HasGatewayId returns a boolean if a field has been set.

GetProperties

func (o *Blob) GetProperties() map[string]string

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *Blob) GetPropertiesOk() (*map[string]string, bool)

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

SetProperties

func (o *Blob) SetProperties(v map[string]string)

SetProperties sets Properties field to given value.

HasProperties

func (o *Blob) HasProperties() bool

HasProperties returns a boolean if a field has been set.

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