Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.28 KB

File metadata and controls

114 lines (61 loc) · 4.28 KB

V2ObjectsObjectRecordsPut200ResponseData

Properties

Name Type Description Notes
Id V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId
CreatedAt string When this record was created.
WebUrl string A URL that links directly to the record page in the Attio web application.
Values map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner A record type with an attribute `api_slug` as the key, and an array of value objects as the values.

Methods

NewV2ObjectsObjectRecordsPut200ResponseData

func NewV2ObjectsObjectRecordsPut200ResponseData(id V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId, createdAt string, webUrl string, values map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner, ) *V2ObjectsObjectRecordsPut200ResponseData

NewV2ObjectsObjectRecordsPut200ResponseData instantiates a new V2ObjectsObjectRecordsPut200ResponseData 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

NewV2ObjectsObjectRecordsPut200ResponseDataWithDefaults

func NewV2ObjectsObjectRecordsPut200ResponseDataWithDefaults() *V2ObjectsObjectRecordsPut200ResponseData

NewV2ObjectsObjectRecordsPut200ResponseDataWithDefaults instantiates a new V2ObjectsObjectRecordsPut200ResponseData 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

GetId

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetId() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetIdOk() (*V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId, 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.

SetId

func (o *V2ObjectsObjectRecordsPut200ResponseData) SetId(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId)

SetId sets Id field to given value.

GetCreatedAt

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetCreatedAt() string

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

GetCreatedAtOk

func (o *V2ObjectsObjectRecordsPut200ResponseData) 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 *V2ObjectsObjectRecordsPut200ResponseData) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

GetWebUrl

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetWebUrl() string

GetWebUrl returns the WebUrl field if non-nil, zero value otherwise.

GetWebUrlOk

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetWebUrlOk() (*string, bool)

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

SetWebUrl

func (o *V2ObjectsObjectRecordsPut200ResponseData) SetWebUrl(v string)

SetWebUrl sets WebUrl field to given value.

GetValues

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetValues() map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

func (o *V2ObjectsObjectRecordsPut200ResponseData) GetValuesOk() (*map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner, bool)

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

SetValues

func (o *V2ObjectsObjectRecordsPut200ResponseData) SetValues(v map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner)

SetValues sets Values field to given value.

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