Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
TrialPeriod | Pointer to string | Trial period duration in ISO 8601 format. | [optional] |
Products | Pointer to []Product | [optional] |
func NewBundle(id string, name string, ) *Bundle
NewBundle instantiates a new Bundle 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 NewBundleWithDefaults() *Bundle
NewBundleWithDefaults instantiates a new Bundle 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 *Bundle) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Bundle) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bundle) SetId(v string)
SetId sets Id field to given value.
func (o *Bundle) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Bundle) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bundle) SetName(v string)
SetName sets Name field to given value.
func (o *Bundle) GetTrialPeriod() string
GetTrialPeriod returns the TrialPeriod field if non-nil, zero value otherwise.
func (o *Bundle) GetTrialPeriodOk() (*string, bool)
GetTrialPeriodOk returns a tuple with the TrialPeriod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bundle) SetTrialPeriod(v string)
SetTrialPeriod sets TrialPeriod field to given value.
func (o *Bundle) HasTrialPeriod() bool
HasTrialPeriod returns a boolean if a field has been set.
func (o *Bundle) GetProducts() []Product
GetProducts returns the Products field if non-nil, zero value otherwise.
func (o *Bundle) GetProductsOk() (*[]Product, bool)
GetProductsOk returns a tuple with the Products field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bundle) SetProducts(v []Product)
SetProducts sets Products field to given value.
func (o *Bundle) HasProducts() bool
HasProducts returns a boolean if a field has been set.