Name | Type | Description | Notes |
---|---|---|---|
CfJson | Pointer to map[string]map[string]interface{} | [optional] |
func NewGatewayDownloadCustomerFragmentsOutput() *GatewayDownloadCustomerFragmentsOutput
NewGatewayDownloadCustomerFragmentsOutput instantiates a new GatewayDownloadCustomerFragmentsOutput 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 NewGatewayDownloadCustomerFragmentsOutputWithDefaults() *GatewayDownloadCustomerFragmentsOutput
NewGatewayDownloadCustomerFragmentsOutputWithDefaults instantiates a new GatewayDownloadCustomerFragmentsOutput 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 *GatewayDownloadCustomerFragmentsOutput) GetCfJson() map[string]map[string]interface{}
GetCfJson returns the CfJson field if non-nil, zero value otherwise.
func (o *GatewayDownloadCustomerFragmentsOutput) GetCfJsonOk() (*map[string]map[string]interface{}, bool)
GetCfJsonOk returns a tuple with the CfJson field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayDownloadCustomerFragmentsOutput) SetCfJson(v map[string]map[string]interface{})
SetCfJson sets CfJson field to given value.
func (o *GatewayDownloadCustomerFragmentsOutput) HasCfJson() bool
HasCfJson returns a boolean if a field has been set.