Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.94 KB

CustomerFragmentConfig.md

File metadata and controls

186 lines (101 loc) · 4.94 KB

CustomerFragmentConfig

Properties

Name Type Description Notes
Description Pointer to string [optional]
FragmentType Pointer to string [optional]
Id Pointer to string [optional]
KeyLabel Pointer to string [optional]
Name Pointer to string [optional]
Value Pointer to string [optional]

Methods

NewCustomerFragmentConfig

func NewCustomerFragmentConfig() *CustomerFragmentConfig

NewCustomerFragmentConfig instantiates a new CustomerFragmentConfig 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

NewCustomerFragmentConfigWithDefaults

func NewCustomerFragmentConfigWithDefaults() *CustomerFragmentConfig

NewCustomerFragmentConfigWithDefaults instantiates a new CustomerFragmentConfig 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 *CustomerFragmentConfig) GetDescription() string

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

GetDescriptionOk

func (o *CustomerFragmentConfig) 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 *CustomerFragmentConfig) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CustomerFragmentConfig) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetFragmentType

func (o *CustomerFragmentConfig) GetFragmentType() string

GetFragmentType returns the FragmentType field if non-nil, zero value otherwise.

GetFragmentTypeOk

func (o *CustomerFragmentConfig) GetFragmentTypeOk() (*string, bool)

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

SetFragmentType

func (o *CustomerFragmentConfig) SetFragmentType(v string)

SetFragmentType sets FragmentType field to given value.

HasFragmentType

func (o *CustomerFragmentConfig) HasFragmentType() bool

HasFragmentType returns a boolean if a field has been set.

GetId

func (o *CustomerFragmentConfig) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CustomerFragmentConfig) GetIdOk() (*string, bool)

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

SetId

func (o *CustomerFragmentConfig) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CustomerFragmentConfig) HasId() bool

HasId returns a boolean if a field has been set.

GetKeyLabel

func (o *CustomerFragmentConfig) GetKeyLabel() string

GetKeyLabel returns the KeyLabel field if non-nil, zero value otherwise.

GetKeyLabelOk

func (o *CustomerFragmentConfig) GetKeyLabelOk() (*string, bool)

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

SetKeyLabel

func (o *CustomerFragmentConfig) SetKeyLabel(v string)

SetKeyLabel sets KeyLabel field to given value.

HasKeyLabel

func (o *CustomerFragmentConfig) HasKeyLabel() bool

HasKeyLabel returns a boolean if a field has been set.

GetName

func (o *CustomerFragmentConfig) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CustomerFragmentConfig) GetNameOk() (*string, bool)

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

SetName

func (o *CustomerFragmentConfig) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CustomerFragmentConfig) HasName() bool

HasName returns a boolean if a field has been set.

GetValue

func (o *CustomerFragmentConfig) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *CustomerFragmentConfig) GetValueOk() (*string, bool)

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

SetValue

func (o *CustomerFragmentConfig) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *CustomerFragmentConfig) HasValue() bool

HasValue returns a boolean if a field has been set.

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