Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.48 KB

GetBundleInfo200Response.md

File metadata and controls

82 lines (45 loc) · 2.48 KB

GetBundleInfo200Response

Properties

Name Type Description Notes
Header Pointer to ResponseHeader [optional]
Data Pointer to GetBundleInfo200ResponseData [optional]

Methods

NewGetBundleInfo200Response

func NewGetBundleInfo200Response() *GetBundleInfo200Response

NewGetBundleInfo200Response instantiates a new GetBundleInfo200Response 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

NewGetBundleInfo200ResponseWithDefaults

func NewGetBundleInfo200ResponseWithDefaults() *GetBundleInfo200Response

NewGetBundleInfo200ResponseWithDefaults instantiates a new GetBundleInfo200Response 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

GetHeader

func (o *GetBundleInfo200Response) GetHeader() ResponseHeader

GetHeader returns the Header field if non-nil, zero value otherwise.

GetHeaderOk

func (o *GetBundleInfo200Response) GetHeaderOk() (*ResponseHeader, bool)

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

SetHeader

func (o *GetBundleInfo200Response) SetHeader(v ResponseHeader)

SetHeader sets Header field to given value.

HasHeader

func (o *GetBundleInfo200Response) HasHeader() bool

HasHeader returns a boolean if a field has been set.

GetData

func (o *GetBundleInfo200Response) GetData() GetBundleInfo200ResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *GetBundleInfo200Response) GetDataOk() (*GetBundleInfo200ResponseData, bool)

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

SetData

func (o *GetBundleInfo200Response) SetData(v GetBundleInfo200ResponseData)

SetData sets Data field to given value.

HasData

func (o *GetBundleInfo200Response) HasData() bool

HasData returns a boolean if a field has been set.

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