Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | Description of the object | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
Metadata | Pointer to string | Deprecated - use description | [optional] |
func NewGenCustomerFragment() *GenCustomerFragment
NewGenCustomerFragment instantiates a new GenCustomerFragment 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 NewGenCustomerFragmentWithDefaults() *GenCustomerFragment
NewGenCustomerFragmentWithDefaults instantiates a new GenCustomerFragment 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 *GenCustomerFragment) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) 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 *GenCustomerFragment) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GenCustomerFragment) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenCustomerFragment) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GenCustomerFragment) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GenCustomerFragment) GetMetadata() string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *GenCustomerFragment) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenCustomerFragment) SetMetadata(v string)
SetMetadata sets Metadata field to given value.
func (o *GenCustomerFragment) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.