Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2 KB

GatewayDownloadCustomerFragmentsOutput.md

File metadata and controls

56 lines (31 loc) · 2 KB

GatewayDownloadCustomerFragmentsOutput

Properties

Name Type Description Notes
CfJson Pointer to map[string]map[string]interface{} [optional]

Methods

NewGatewayDownloadCustomerFragmentsOutput

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

NewGatewayDownloadCustomerFragmentsOutputWithDefaults

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

GetCfJson

func (o *GatewayDownloadCustomerFragmentsOutput) GetCfJson() map[string]map[string]interface{}

GetCfJson returns the CfJson field if non-nil, zero value otherwise.

GetCfJsonOk

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.

SetCfJson

func (o *GatewayDownloadCustomerFragmentsOutput) SetCfJson(v map[string]map[string]interface{})

SetCfJson sets CfJson field to given value.

HasCfJson

func (o *GatewayDownloadCustomerFragmentsOutput) HasCfJson() bool

HasCfJson returns a boolean if a field has been set.

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