| Name | Type | Description | Notes |
|---|---|---|---|
| CustomObjectRecordName | string |
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
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
func (o *CustomObjectRecord) GetCustomObjectRecordName() string
GetCustomObjectRecordName returns the CustomObjectRecordName field if non-nil, zero value otherwise.
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.
func (o *CustomObjectRecord) SetCustomObjectRecordName(v string)
SetCustomObjectRecordName sets CustomObjectRecordName field to given value.