Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.01 KB

GenCustomerFragment.md

File metadata and controls

108 lines (59 loc) · 3.01 KB

GenCustomerFragment

Properties

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]

Methods

NewGenCustomerFragment

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

NewGenCustomerFragmentWithDefaults

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

GetDescription

func (o *GenCustomerFragment) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *GenCustomerFragment) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *GenCustomerFragment) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetJson

func (o *GenCustomerFragment) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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.

SetJson

func (o *GenCustomerFragment) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *GenCustomerFragment) HasJson() bool

HasJson returns a boolean if a field has been set.

GetMetadata

func (o *GenCustomerFragment) GetMetadata() string

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

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.

SetMetadata

func (o *GenCustomerFragment) SetMetadata(v string)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *GenCustomerFragment) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

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