| 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][]V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInner | A record type with an attribute `api_slug` as the key, and an array of value objects as the values. |
func NewV2ObjectsObjectRecordsQueryPost200ResponseDataInner(id V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId, createdAt string, webUrl string, values map[string][]V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInner, ) *V2ObjectsObjectRecordsQueryPost200ResponseDataInner
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInner instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInner 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 NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerWithDefaults() *V2ObjectsObjectRecordsQueryPost200ResponseDataInner
NewV2ObjectsObjectRecordsQueryPost200ResponseDataInnerWithDefaults instantiates a new V2ObjectsObjectRecordsQueryPost200ResponseDataInner 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) GetId() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) SetId(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId)
SetId sets Id field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) GetWebUrl() string
GetWebUrl returns the WebUrl field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) SetWebUrl(v string)
SetWebUrl sets WebUrl field to given value.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) GetValues() map[string][]V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInner
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) GetValuesOk() (*map[string][]V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInner, 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 *V2ObjectsObjectRecordsQueryPost200ResponseDataInner) SetValues(v map[string][]V2ObjectsObjectRecordsQueryPost200ResponseDataInnerValuesValueInner)
SetValues sets Values field to given value.