| 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. |
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
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
func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.
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.
func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) SetWorkspaceId(v string)
SetWorkspaceId sets WorkspaceId field to given value.
func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetListId() string
GetListId returns the ListId field if non-nil, zero value otherwise.
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.
func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) SetListId(v string)
SetListId sets ListId field to given value.
func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) GetEntryId() string
GetEntryId returns the EntryId field if non-nil, zero value otherwise.
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.
func (o *V2ListsListEntriesQueryPost200ResponseDataInnerId) SetEntryId(v string)
SetEntryId sets EntryId field to given value.