| 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. |
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
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
func (o *V2ObjectsObjectRecordsPut200ResponseData) GetId() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsPut200ResponseData) SetId(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId)
SetId sets Id field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsPut200ResponseData) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseData) GetWebUrl() string
GetWebUrl returns the WebUrl field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsPut200ResponseData) SetWebUrl(v string)
SetWebUrl sets WebUrl field to given value.
func (o *V2ObjectsObjectRecordsPut200ResponseData) GetValues() map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner
GetValues returns the Values field if non-nil, zero value otherwise.
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.
func (o *V2ObjectsObjectRecordsPut200ResponseData) SetValues(v map[string][]V2ObjectsObjectRecordsPut200ResponseDataValuesValueInner)
SetValues sets Values field to given value.