Name | Type | Description | Notes |
---|---|---|---|
Encoding | string | Defines the encoding of the image data which is usually base64. | |
ImageData | string | Defines the encoded image data as a string. | |
MimeType | string | Defines the image type of the logo - jpg, png, svg, etc. |
func NewGetAssetDetailsByAssetIDRIAssetLogo(encoding string, imageData string, mimeType string, ) *GetAssetDetailsByAssetIDRIAssetLogo
NewGetAssetDetailsByAssetIDRIAssetLogo instantiates a new GetAssetDetailsByAssetIDRIAssetLogo 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 NewGetAssetDetailsByAssetIDRIAssetLogoWithDefaults() *GetAssetDetailsByAssetIDRIAssetLogo
NewGetAssetDetailsByAssetIDRIAssetLogoWithDefaults instantiates a new GetAssetDetailsByAssetIDRIAssetLogo 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 *GetAssetDetailsByAssetIDRIAssetLogo) GetEncoding() string
GetEncoding returns the Encoding field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) GetEncodingOk() (*string, bool)
GetEncodingOk returns a tuple with the Encoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) SetEncoding(v string)
SetEncoding sets Encoding field to given value.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) GetImageData() string
GetImageData returns the ImageData field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) GetImageDataOk() (*string, bool)
GetImageDataOk returns a tuple with the ImageData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) SetImageData(v string)
SetImageData sets ImageData field to given value.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) GetMimeType() string
GetMimeType returns the MimeType field if non-nil, zero value otherwise.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) GetMimeTypeOk() (*string, bool)
GetMimeTypeOk returns a tuple with the MimeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAssetDetailsByAssetIDRIAssetLogo) SetMimeType(v string)
SetMimeType sets MimeType field to given value.