Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.3 KB

File metadata and controls

93 lines (50 loc) · 3.3 KB

V2ListsListEntriesQueryPost200ResponseDataInnerId

Properties

Name Type Description Notes
WorkspaceId string A UUID identifying the workspace this entry belongs to.
ListId string A UUID identifying the list this entry is in.
EntryId string A UUID identifying this entry.

Methods

NewV2ListsListEntriesQueryPost200ResponseDataInnerId

func NewV2ListsListEntriesQueryPost200ResponseDataInnerId(workspaceId string, listId string, entryId string, ) *V2ListsListEntriesQueryPost200ResponseDataInnerId

NewV2ListsListEntriesQueryPost200ResponseDataInnerId instantiates a new V2ListsListEntriesQueryPost200ResponseDataInnerId 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

NewV2ListsListEntriesQueryPost200ResponseDataInnerIdWithDefaults

func NewV2ListsListEntriesQueryPost200ResponseDataInnerIdWithDefaults() *V2ListsListEntriesQueryPost200ResponseDataInnerId

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

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

GetWorkspaceIdOk

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

SetWorkspaceId sets WorkspaceId field to given value.

GetListId

func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetListId() string

GetListId returns the ListId field if non-nil, zero value otherwise.

GetListIdOk

func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetListIdOk() (*string, bool)

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

SetListId

func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) SetListId(v string)

SetListId sets ListId field to given value.

GetEntryId

func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetEntryId() string

GetEntryId returns the EntryId field if non-nil, zero value otherwise.

GetEntryIdOk

func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetEntryIdOk() (*string, bool)

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

SetEntryId

func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) SetEntryId(v string)

SetEntryId sets EntryId field to given value.

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