Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.03 KB

File metadata and controls

114 lines (61 loc) · 3.03 KB

StatusId

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
StatusId string The ID of the status

Methods

NewStatusId

func NewStatusId(workspaceId string, objectId string, attributeId string, statusId string, ) *StatusId

NewStatusId instantiates a new StatusId 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

NewStatusIdWithDefaults

func NewStatusIdWithDefaults() *StatusId

NewStatusIdWithDefaults instantiates a new StatusId 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 *StatusId) GetWorkspaceId() string

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

GetWorkspaceIdOk

func (o *StatusId) 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 *StatusId) SetWorkspaceId(v string)

SetWorkspaceId sets WorkspaceId field to given value.

GetObjectId

func (o *StatusId) GetObjectId() string

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

GetObjectIdOk

func (o *StatusId) 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 *StatusId) SetObjectId(v string)

SetObjectId sets ObjectId field to given value.

GetAttributeId

func (o *StatusId) GetAttributeId() string

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

GetAttributeIdOk

func (o *StatusId) 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 *StatusId) SetAttributeId(v string)

SetAttributeId sets AttributeId field to given value.

GetStatusId

func (o *StatusId) GetStatusId() string

GetStatusId returns the StatusId field if non-nil, zero value otherwise.

GetStatusIdOk

func (o *StatusId) GetStatusIdOk() (*string, bool)

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

SetStatusId

func (o *StatusId) SetStatusId(v string)

SetStatusId sets StatusId field to given value.

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