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] |
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
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
func (o *Blob) GetBlobId() string
GetBlobId returns the BlobId field if non-nil, zero value otherwise.
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.
func (o *Blob) SetBlobId(v string)
SetBlobId sets BlobId field to given value.
func (o *Blob) HasBlobId() bool
HasBlobId returns a boolean if a field has been set.
func (o *Blob) GetBlobPath() string
GetBlobPath returns the BlobPath field if non-nil, zero value otherwise.
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.
func (o *Blob) SetBlobPath(v string)
SetBlobPath sets BlobPath field to given value.
func (o *Blob) HasBlobPath() bool
HasBlobPath returns a boolean if a field has been set.
func (o *Blob) GetContentType() string
GetContentType returns the ContentType field if non-nil, zero value otherwise.
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.
func (o *Blob) SetContentType(v string)
SetContentType sets ContentType field to given value.
func (o *Blob) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (o *Blob) GetSize() string
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *Blob) SetSize(v string)
SetSize sets Size field to given value.
func (o *Blob) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *Blob) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *Blob) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *Blob) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Blob) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
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.
func (o *Blob) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *Blob) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *Blob) GetDeviceId() string
GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
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.
func (o *Blob) SetDeviceId(v string)
SetDeviceId sets DeviceId field to given value.
func (o *Blob) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (o *Blob) GetGatewayId() string
GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.
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.
func (o *Blob) SetGatewayId(v string)
SetGatewayId sets GatewayId field to given value.
func (o *Blob) HasGatewayId() bool
HasGatewayId returns a boolean if a field has been set.
func (o *Blob) GetProperties() map[string]string
GetProperties returns the Properties field if non-nil, zero value otherwise.
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.
func (o *Blob) SetProperties(v map[string]string)
SetProperties sets Properties field to given value.
func (o *Blob) HasProperties() bool
HasProperties returns a boolean if a field has been set.