Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 4.67 KB

File metadata and controls

124 lines (67 loc) · 4.67 KB

V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf

Properties

Name Type Description Notes
Id V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId
RecordText string A human-readable label for the record. Present on records from all objects.
RecordImage NullableString The image for the record.
ObjectSlug string The slug of the object this record belongs to.

Methods

NewV2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf

func NewV2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf(id V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId, recordText string, recordImage NullableString, objectSlug string, ) *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf

NewV2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf instantiates a new V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf 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

NewV2ObjectsRecordsSearchPost200ResponseDataInnerAnyOfWithDefaults

func NewV2ObjectsRecordsSearchPost200ResponseDataInnerAnyOfWithDefaults() *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf

NewV2ObjectsRecordsSearchPost200ResponseDataInnerAnyOfWithDefaults instantiates a new V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf 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 *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetId() V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId

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

GetIdOk

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) 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 *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) SetId(v V2ObjectsObjectRecordsQueryPost200ResponseDataInnerId)

SetId sets Id field to given value.

GetRecordText

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetRecordText() string

GetRecordText returns the RecordText field if non-nil, zero value otherwise.

GetRecordTextOk

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetRecordTextOk() (*string, bool)

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

SetRecordText

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) SetRecordText(v string)

SetRecordText sets RecordText field to given value.

GetRecordImage

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetRecordImage() string

GetRecordImage returns the RecordImage field if non-nil, zero value otherwise.

GetRecordImageOk

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetRecordImageOk() (*string, bool)

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

SetRecordImage

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) SetRecordImage(v string)

SetRecordImage sets RecordImage field to given value.

SetRecordImageNil

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) SetRecordImageNil(b bool)

SetRecordImageNil sets the value for RecordImage to be an explicit nil

UnsetRecordImage

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) UnsetRecordImage()

UnsetRecordImage ensures that no value is present for RecordImage, not even an explicit nil

GetObjectSlug

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetObjectSlug() string

GetObjectSlug returns the ObjectSlug field if non-nil, zero value otherwise.

GetObjectSlugOk

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) GetObjectSlugOk() (*string, bool)

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

SetObjectSlug

func (o *V2ObjectsRecordsSearchPost200ResponseDataInnerAnyOf) SetObjectSlug(v string)

SetObjectSlug sets ObjectSlug field to given value.

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