Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.79 KB

CreateBundle200ResponseData.md

File metadata and controls

56 lines (31 loc) · 1.79 KB

CreateBundle200ResponseData

Properties

Name Type Description Notes
BundleIds Pointer to []int64 [optional]

Methods

NewCreateBundle200ResponseData

func NewCreateBundle200ResponseData() *CreateBundle200ResponseData

NewCreateBundle200ResponseData instantiates a new CreateBundle200ResponseData 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

NewCreateBundle200ResponseDataWithDefaults

func NewCreateBundle200ResponseDataWithDefaults() *CreateBundle200ResponseData

NewCreateBundle200ResponseDataWithDefaults instantiates a new CreateBundle200ResponseData 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

GetBundleIds

func (o *CreateBundle200ResponseData) GetBundleIds() []int64

GetBundleIds returns the BundleIds field if non-nil, zero value otherwise.

GetBundleIdsOk

func (o *CreateBundle200ResponseData) GetBundleIdsOk() (*[]int64, bool)

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

SetBundleIds

func (o *CreateBundle200ResponseData) SetBundleIds(v []int64)

SetBundleIds sets BundleIds field to given value.

HasBundleIds

func (o *CreateBundle200ResponseData) HasBundleIds() bool

HasBundleIds returns a boolean if a field has been set.

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