Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.2 KB

CustomDropdownElementRequest.md

File metadata and controls

72 lines (39 loc) · 2.2 KB

CustomDropdownElementRequest

Properties

Name Type Description Notes
SLabel string The Description of the element
SValue string The Value of the element

Methods

NewCustomDropdownElementRequest

func NewCustomDropdownElementRequest(sLabel string, sValue string, ) *CustomDropdownElementRequest

NewCustomDropdownElementRequest instantiates a new CustomDropdownElementRequest 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

NewCustomDropdownElementRequestWithDefaults

func NewCustomDropdownElementRequestWithDefaults() *CustomDropdownElementRequest

NewCustomDropdownElementRequestWithDefaults instantiates a new CustomDropdownElementRequest 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

GetSLabel

func (o *CustomDropdownElementRequest) GetSLabel() string

GetSLabel returns the SLabel field if non-nil, zero value otherwise.

GetSLabelOk

func (o *CustomDropdownElementRequest) GetSLabelOk() (*string, bool)

GetSLabelOk returns a tuple with the SLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSLabel

func (o *CustomDropdownElementRequest) SetSLabel(v string)

SetSLabel sets SLabel field to given value.

GetSValue

func (o *CustomDropdownElementRequest) GetSValue() string

GetSValue returns the SValue field if non-nil, zero value otherwise.

GetSValueOk

func (o *CustomDropdownElementRequest) GetSValueOk() (*string, bool)

GetSValueOk returns a tuple with the SValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSValue

func (o *CustomDropdownElementRequest) SetSValue(v string)

SetSValue sets SValue field to given value.

[Back to Model list] [Back to API list] [Back to README]