Name | Type | Description | Notes |
---|---|---|---|
CustomerFragments | Pointer to []CustomerFragmentConfig | [optional] |
func NewCustomerFragmentsConfigJson() *CustomerFragmentsConfigJson
NewCustomerFragmentsConfigJson instantiates a new CustomerFragmentsConfigJson 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 NewCustomerFragmentsConfigJsonWithDefaults() *CustomerFragmentsConfigJson
NewCustomerFragmentsConfigJsonWithDefaults instantiates a new CustomerFragmentsConfigJson 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 *CustomerFragmentsConfigJson) GetCustomerFragments() []CustomerFragmentConfig
GetCustomerFragments returns the CustomerFragments field if non-nil, zero value otherwise.
func (o *CustomerFragmentsConfigJson) GetCustomerFragmentsOk() (*[]CustomerFragmentConfig, bool)
GetCustomerFragmentsOk returns a tuple with the CustomerFragments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerFragmentsConfigJson) SetCustomerFragments(v []CustomerFragmentConfig)
SetCustomerFragments sets CustomerFragments field to given value.
func (o *CustomerFragmentsConfigJson) HasCustomerFragments() bool
HasCustomerFragments returns a boolean if a field has been set.