Name | Type | Description | Notes |
---|---|---|---|
ContentType | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] | |
Data | Pointer to string | [optional] |
func NewRetrieveBlobResponse() *RetrieveBlobResponse
NewRetrieveBlobResponse instantiates a new RetrieveBlobResponse 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 NewRetrieveBlobResponseWithDefaults() *RetrieveBlobResponse
NewRetrieveBlobResponseWithDefaults instantiates a new RetrieveBlobResponse 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 *RetrieveBlobResponse) GetContentType() string
GetContentType returns the ContentType field if non-nil, zero value otherwise.
func (o *RetrieveBlobResponse) 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 *RetrieveBlobResponse) SetContentType(v string)
SetContentType sets ContentType field to given value.
func (o *RetrieveBlobResponse) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (o *RetrieveBlobResponse) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *RetrieveBlobResponse) GetSizeOk() (*int32, 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 *RetrieveBlobResponse) SetSize(v int32)
SetSize sets Size field to given value.
func (o *RetrieveBlobResponse) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *RetrieveBlobResponse) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *RetrieveBlobResponse) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RetrieveBlobResponse) SetData(v string)
SetData sets Data field to given value.
func (o *RetrieveBlobResponse) HasData() bool
HasData returns a boolean if a field has been set.