UploadVoucherGroupLogoOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FileName | Pointer to string | File name | [optional] |
| Md5 | Pointer to string | File md5, at least one of the file or md5 parameters needs to be passed | [optional] |
Methods
NewUploadVoucherGroupLogoOpenApiVO
func NewUploadVoucherGroupLogoOpenApiVO() *UploadVoucherGroupLogoOpenApiVO
NewUploadVoucherGroupLogoOpenApiVO instantiates a new UploadVoucherGroupLogoOpenApiVO 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
NewUploadVoucherGroupLogoOpenApiVOWithDefaults
func NewUploadVoucherGroupLogoOpenApiVOWithDefaults() *UploadVoucherGroupLogoOpenApiVO
NewUploadVoucherGroupLogoOpenApiVOWithDefaults instantiates a new UploadVoucherGroupLogoOpenApiVO 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
GetFileName
func (o *UploadVoucherGroupLogoOpenApiVO) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
GetFileNameOk
func (o *UploadVoucherGroupLogoOpenApiVO) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFileName
func (o *UploadVoucherGroupLogoOpenApiVO) SetFileName(v string)
SetFileName sets FileName field to given value.
HasFileName
func (o *UploadVoucherGroupLogoOpenApiVO) HasFileName() bool
HasFileName returns a boolean if a field has been set.
GetMd5
func (o *UploadVoucherGroupLogoOpenApiVO) GetMd5() string
GetMd5 returns the Md5 field if non-nil, zero value otherwise.
GetMd5Ok
func (o *UploadVoucherGroupLogoOpenApiVO) GetMd5Ok() (*string, bool)
GetMd5Ok returns a tuple with the Md5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMd5
func (o *UploadVoucherGroupLogoOpenApiVO) SetMd5(v string)
SetMd5 sets Md5 field to given value.
HasMd5
func (o *UploadVoucherGroupLogoOpenApiVO) HasMd5() bool
HasMd5 returns a boolean if a field has been set.