| 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 |
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
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
func (o *SelectOptionId) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.
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.
func (o *SelectOptionId) SetWorkspaceId(v string)
SetWorkspaceId sets WorkspaceId field to given value.
func (o *SelectOptionId) GetObjectId() string
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
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.
func (o *SelectOptionId) SetObjectId(v string)
SetObjectId sets ObjectId field to given value.
func (o *SelectOptionId) GetAttributeId() string
GetAttributeId returns the AttributeId field if non-nil, zero value otherwise.
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.
func (o *SelectOptionId) SetAttributeId(v string)
SetAttributeId sets AttributeId field to given value.
func (o *SelectOptionId) GetOptionId() string
GetOptionId returns the OptionId field if non-nil, zero value otherwise.
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.
func (o *SelectOptionId) SetOptionId(v string)
SetOptionId sets OptionId field to given value.