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] |
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
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
func (o *CustomerFragmentConfig) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *CustomerFragmentConfig) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CustomerFragmentConfig) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CustomerFragmentConfig) GetFragmentType() string
GetFragmentType returns the FragmentType field if non-nil, zero value otherwise.
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.
func (o *CustomerFragmentConfig) SetFragmentType(v string)
SetFragmentType sets FragmentType field to given value.
func (o *CustomerFragmentConfig) HasFragmentType() bool
HasFragmentType returns a boolean if a field has been set.
func (o *CustomerFragmentConfig) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *CustomerFragmentConfig) SetId(v string)
SetId sets Id field to given value.
func (o *CustomerFragmentConfig) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CustomerFragmentConfig) GetKeyLabel() string
GetKeyLabel returns the KeyLabel field if non-nil, zero value otherwise.
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.
func (o *CustomerFragmentConfig) SetKeyLabel(v string)
SetKeyLabel sets KeyLabel field to given value.
func (o *CustomerFragmentConfig) HasKeyLabel() bool
HasKeyLabel returns a boolean if a field has been set.
func (o *CustomerFragmentConfig) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *CustomerFragmentConfig) SetName(v string)
SetName sets Name field to given value.
func (o *CustomerFragmentConfig) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CustomerFragmentConfig) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *CustomerFragmentConfig) SetValue(v string)
SetValue sets Value field to given value.
func (o *CustomerFragmentConfig) HasValue() bool
HasValue returns a boolean if a field has been set.