| Name | Type | Description | Notes |
|---|---|---|---|
| Id | V2ListsListEntriesQueryPost200ResponseDataInnerId | ||
| ParentRecordId | string | A UUID identifying the record that is parent of the list entry. | |
| ParentObject | string | A UUID or slug identifying the object that the parent record belongs to. | |
| CreatedAt | string | When this entry was created. | |
| EntryValues | map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner | A list of attribute values for the list entry (not attribute values for its parent record). |
func NewV2ListsListEntriesQueryPost200ResponseDataInner(id V2ListsListEntriesQueryPost200ResponseDataInnerId, parentRecordId string, parentObject string, createdAt string, entryValues map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner, ) *V2ListsListEntriesQueryPost200ResponseDataInner
NewV2ListsListEntriesQueryPost200ResponseDataInner instantiates a new V2ListsListEntriesQueryPost200ResponseDataInner 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 NewV2ListsListEntriesQueryPost200ResponseDataInnerWithDefaults() *V2ListsListEntriesQueryPost200ResponseDataInner
NewV2ListsListEntriesQueryPost200ResponseDataInnerWithDefaults instantiates a new V2ListsListEntriesQueryPost200ResponseDataInner 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 *V2ListsListEntriesQueryPost200ResponseDataInner) GetId() V2ListsListEntriesQueryPost200ResponseDataInnerId
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetIdOk() (*V2ListsListEntriesQueryPost200ResponseDataInnerId, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) SetId(v V2ListsListEntriesQueryPost200ResponseDataInnerId)
SetId sets Id field to given value.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetParentRecordId() string
GetParentRecordId returns the ParentRecordId field if non-nil, zero value otherwise.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetParentRecordIdOk() (*string, bool)
GetParentRecordIdOk returns a tuple with the ParentRecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) SetParentRecordId(v string)
SetParentRecordId sets ParentRecordId field to given value.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetParentObject() string
GetParentObject returns the ParentObject field if non-nil, zero value otherwise.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetParentObjectOk() (*string, bool)
GetParentObjectOk returns a tuple with the ParentObject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) SetParentObject(v string)
SetParentObject sets ParentObject field to given value.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetEntryValues() map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner
GetEntryValues returns the EntryValues field if non-nil, zero value otherwise.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) GetEntryValuesOk() (*map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner, bool)
GetEntryValuesOk returns a tuple with the EntryValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ListsListEntriesQueryPost200ResponseDataInner) SetEntryValues(v map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner)
SetEntryValues sets EntryValues field to given value.