2.1 KiB
ShowcaseUrlDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ShowcaseType | ShowcaseType | ||
| ShowcaseUrl | string | Ссылка на товар. |
Methods
NewShowcaseUrlDTO
func NewShowcaseUrlDTO(showcaseType ShowcaseType, showcaseUrl string, ) *ShowcaseUrlDTO
NewShowcaseUrlDTO instantiates a new ShowcaseUrlDTO 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
NewShowcaseUrlDTOWithDefaults
func NewShowcaseUrlDTOWithDefaults() *ShowcaseUrlDTO
NewShowcaseUrlDTOWithDefaults instantiates a new ShowcaseUrlDTO 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
GetShowcaseType
func (o *ShowcaseUrlDTO) GetShowcaseType() ShowcaseType
GetShowcaseType returns the ShowcaseType field if non-nil, zero value otherwise.
GetShowcaseTypeOk
func (o *ShowcaseUrlDTO) GetShowcaseTypeOk() (*ShowcaseType, bool)
GetShowcaseTypeOk returns a tuple with the ShowcaseType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowcaseType
func (o *ShowcaseUrlDTO) SetShowcaseType(v ShowcaseType)
SetShowcaseType sets ShowcaseType field to given value.
GetShowcaseUrl
func (o *ShowcaseUrlDTO) GetShowcaseUrl() string
GetShowcaseUrl returns the ShowcaseUrl field if non-nil, zero value otherwise.
GetShowcaseUrlOk
func (o *ShowcaseUrlDTO) GetShowcaseUrlOk() (*string, bool)
GetShowcaseUrlOk returns a tuple with the ShowcaseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowcaseUrl
func (o *ShowcaseUrlDTO) SetShowcaseUrl(v string)
SetShowcaseUrl sets ShowcaseUrl field to given value.