| Name | Type | Description | Notes |
|---|---|---|---|
| ListId | string | A UUID identifying the list that this record is in. | |
| ListApiSlug | string | A human-readable slug for the list for use in URLs and responses. | |
| EntryId | string | A UUID identifying this entry on the list. | |
| CreatedAt | string | When this entry was created. |
func NewV2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner(listId string, listApiSlug string, entryId string, createdAt string, ) *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner
NewV2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner instantiates a new V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner 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 NewV2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInnerWithDefaults() *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner
NewV2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInnerWithDefaults instantiates a new V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner 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 *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetListId() string
GetListId returns the ListId field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) 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 *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetListId(v string)
SetListId sets ListId field to given value.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetListApiSlug() string
GetListApiSlug returns the ListApiSlug field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetListApiSlugOk() (*string, bool)
GetListApiSlugOk returns a tuple with the ListApiSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetListApiSlug(v string)
SetListApiSlug sets ListApiSlug field to given value.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetEntryId() string
GetEntryId returns the EntryId field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) 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 *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetEntryId(v string)
SetEntryId sets EntryId field to given value.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) 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 *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.