Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.23 KB

File metadata and controls

114 lines (61 loc) · 4.23 KB

V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner

Properties

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.

Methods

NewV2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner

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

NewV2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInnerWithDefaults

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

GetListId

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetListId() string

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

GetListIdOk

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.

SetListId

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetListId(v string)

SetListId sets ListId field to given value.

GetListApiSlug

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetListApiSlug() string

GetListApiSlug returns the ListApiSlug field if non-nil, zero value otherwise.

GetListApiSlugOk

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.

SetListApiSlug

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetListApiSlug(v string)

SetListApiSlug sets ListApiSlug field to given value.

GetEntryId

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetEntryId() string

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

GetEntryIdOk

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.

SetEntryId

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetEntryId(v string)

SetEntryId sets EntryId field to given value.

GetCreatedAt

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *V2ObjectsObjectRecordsRecordIdEntriesGet200ResponseDataInner) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

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