Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.02 KB

File metadata and controls

56 lines (31 loc) · 2.02 KB

GetETFsWorldSummary200ResponseEtf

Properties

Name Type Description Notes
Summary Pointer to GetETFsWorldSummary200ResponseEtfSummary [optional]

Methods

NewGetETFsWorldSummary200ResponseEtf

func NewGetETFsWorldSummary200ResponseEtf() *GetETFsWorldSummary200ResponseEtf

NewGetETFsWorldSummary200ResponseEtf instantiates a new GetETFsWorldSummary200ResponseEtf 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

NewGetETFsWorldSummary200ResponseEtfWithDefaults

func NewGetETFsWorldSummary200ResponseEtfWithDefaults() *GetETFsWorldSummary200ResponseEtf

NewGetETFsWorldSummary200ResponseEtfWithDefaults instantiates a new GetETFsWorldSummary200ResponseEtf 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

GetSummary

func (o *GetETFsWorldSummary200ResponseEtf) GetSummary() GetETFsWorldSummary200ResponseEtfSummary

GetSummary returns the Summary field if non-nil, zero value otherwise.

GetSummaryOk

func (o *GetETFsWorldSummary200ResponseEtf) GetSummaryOk() (*GetETFsWorldSummary200ResponseEtfSummary, bool)

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

SetSummary

func (o *GetETFsWorldSummary200ResponseEtf) SetSummary(v GetETFsWorldSummary200ResponseEtfSummary)

SetSummary sets Summary field to given value.

HasSummary

func (o *GetETFsWorldSummary200ResponseEtf) HasSummary() bool

HasSummary returns a boolean if a field has been set.

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