Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.42 KB

File metadata and controls

93 lines (50 loc) · 3.42 KB

V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId

Properties

Name Type Description Notes
WorkspaceId string A UUID identifying the workspace this record belongs to.
ObjectId string A UUID identifying the object this record belongs to.
RecordId string A UUID identifying this record.

Methods

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerId

func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerId(workspaceId string, objectId string, recordId string, ) *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerId instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId 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

NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerIdWithDefaults

func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerIdWithDefaults() *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId

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

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

GetWorkspaceIdOk

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

SetWorkspaceId sets WorkspaceId field to given value.

GetObjectId

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId) GetObjectId() string

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

GetObjectIdOk

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

SetObjectId sets ObjectId field to given value.

GetRecordId

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId) GetRecordId() string

GetRecordId returns the RecordId field if non-nil, zero value otherwise.

GetRecordIdOk

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId) GetRecordIdOk() (*string, bool)

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

SetRecordId

func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId) SetRecordId(v string)

SetRecordId sets RecordId field to given value.

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