Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.7 KB

File metadata and controls

51 lines (28 loc) · 1.7 KB

CustomObjectRecord

Properties

Name Type Description Notes
CustomObjectRecordName string

Methods

NewCustomObjectRecord

func NewCustomObjectRecord(customObjectRecordName string, ) *CustomObjectRecord

NewCustomObjectRecord instantiates a new CustomObjectRecord 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

NewCustomObjectRecordWithDefaults

func NewCustomObjectRecordWithDefaults() *CustomObjectRecord

NewCustomObjectRecordWithDefaults instantiates a new CustomObjectRecord 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

GetCustomObjectRecordName

func (o *CustomObjectRecord) GetCustomObjectRecordName() string

GetCustomObjectRecordName returns the CustomObjectRecordName field if non-nil, zero value otherwise.

GetCustomObjectRecordNameOk

func (o *CustomObjectRecord) GetCustomObjectRecordNameOk() (*string, bool)

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

SetCustomObjectRecordName

func (o *CustomObjectRecord) SetCustomObjectRecordName(v string)

SetCustomObjectRecordName sets CustomObjectRecordName field to given value.

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