Name | Type | Description | Notes |
---|---|---|---|
CustomObjectName | string | ||
Description | Pointer to string | [optional] | |
IsMainObject | Pointer to bool | [optional] | |
Type | string |
func NewCustomObject(customObjectName string, type_ string, ) *CustomObject
NewCustomObject instantiates a new CustomObject 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 NewCustomObjectWithDefaults() *CustomObject
NewCustomObjectWithDefaults instantiates a new CustomObject 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 *CustomObject) GetCustomObjectName() string
GetCustomObjectName returns the CustomObjectName field if non-nil, zero value otherwise.
func (o *CustomObject) GetCustomObjectNameOk() (*string, bool)
GetCustomObjectNameOk returns a tuple with the CustomObjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomObject) SetCustomObjectName(v string)
SetCustomObjectName sets CustomObjectName field to given value.
func (o *CustomObject) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CustomObject) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomObject) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CustomObject) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CustomObject) GetIsMainObject() bool
GetIsMainObject returns the IsMainObject field if non-nil, zero value otherwise.
func (o *CustomObject) GetIsMainObjectOk() (*bool, bool)
GetIsMainObjectOk returns a tuple with the IsMainObject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomObject) SetIsMainObject(v bool)
SetIsMainObject sets IsMainObject field to given value.
func (o *CustomObject) HasIsMainObject() bool
HasIsMainObject returns a boolean if a field has been set.
func (o *CustomObject) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CustomObject) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomObject) SetType(v string)
SetType sets Type field to given value.