Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.17 KB

File metadata and controls

114 lines (61 loc) · 3.17 KB

SelectOptionId

Properties

Name Type Description Notes
WorkspaceId string The ID of the workspace
ObjectId string The ID of the object
AttributeId string The ID of the attribute
OptionId string The ID of the select option

Methods

NewSelectOptionId

func NewSelectOptionId(workspaceId string, objectId string, attributeId string, optionId string, ) *SelectOptionId

NewSelectOptionId instantiates a new SelectOptionId 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

NewSelectOptionIdWithDefaults

func NewSelectOptionIdWithDefaults() *SelectOptionId

NewSelectOptionIdWithDefaults instantiates a new SelectOptionId 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

GetWorkspaceId

func (o *SelectOptionId) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.

GetWorkspaceIdOk

func (o *SelectOptionId) GetWorkspaceIdOk() (*string, bool)

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

SetWorkspaceId

func (o *SelectOptionId) SetWorkspaceId(v string)

SetWorkspaceId sets WorkspaceId field to given value.

GetObjectId

func (o *SelectOptionId) GetObjectId() string

GetObjectId returns the ObjectId field if non-nil, zero value otherwise.

GetObjectIdOk

func (o *SelectOptionId) GetObjectIdOk() (*string, bool)

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

SetObjectId

func (o *SelectOptionId) SetObjectId(v string)

SetObjectId sets ObjectId field to given value.

GetAttributeId

func (o *SelectOptionId) GetAttributeId() string

GetAttributeId returns the AttributeId field if non-nil, zero value otherwise.

GetAttributeIdOk

func (o *SelectOptionId) GetAttributeIdOk() (*string, bool)

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

SetAttributeId

func (o *SelectOptionId) SetAttributeId(v string)

SetAttributeId sets AttributeId field to given value.

GetOptionId

func (o *SelectOptionId) GetOptionId() string

GetOptionId returns the OptionId field if non-nil, zero value otherwise.

GetOptionIdOk

func (o *SelectOptionId) GetOptionIdOk() (*string, bool)

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

SetOptionId

func (o *SelectOptionId) SetOptionId(v string)

SetOptionId sets OptionId field to given value.

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