| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Type | Pointer to string | [optional] | |
| DisplayName | Pointer to string | [optional] | |
| Plan | Pointer to string | [optional] | |
| AdditionalInfo | Pointer to string | [optional] | |
| AdditionalInfoEn | Pointer to string | [optional] | |
| Primary | Pointer to bool | [optional] | |
| Billing | Pointer to StructuresSoftwareLicenseBillingType | [optional] |
func NewStructuresIssuedSoftwareLicense() *StructuresIssuedSoftwareLicense
NewStructuresIssuedSoftwareLicense instantiates a new StructuresIssuedSoftwareLicense 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 NewStructuresIssuedSoftwareLicenseWithDefaults() *StructuresIssuedSoftwareLicense
NewStructuresIssuedSoftwareLicenseWithDefaults instantiates a new StructuresIssuedSoftwareLicense 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 *StructuresIssuedSoftwareLicense) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetIdOk() (*int32, 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 *StructuresIssuedSoftwareLicense) SetId(v int32)
SetId sets Id field to given value.
func (o *StructuresIssuedSoftwareLicense) HasId() bool
HasId returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetType(v string)
SetType sets Type field to given value.
func (o *StructuresIssuedSoftwareLicense) HasType() bool
HasType returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *StructuresIssuedSoftwareLicense) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetPlan() string
GetPlan returns the Plan field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetPlan(v string)
SetPlan sets Plan field to given value.
func (o *StructuresIssuedSoftwareLicense) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetAdditionalInfo() string
GetAdditionalInfo returns the AdditionalInfo field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetAdditionalInfoOk() (*string, bool)
GetAdditionalInfoOk returns a tuple with the AdditionalInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetAdditionalInfo(v string)
SetAdditionalInfo sets AdditionalInfo field to given value.
func (o *StructuresIssuedSoftwareLicense) HasAdditionalInfo() bool
HasAdditionalInfo returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetAdditionalInfoEn() string
GetAdditionalInfoEn returns the AdditionalInfoEn field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetAdditionalInfoEnOk() (*string, bool)
GetAdditionalInfoEnOk returns a tuple with the AdditionalInfoEn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetAdditionalInfoEn(v string)
SetAdditionalInfoEn sets AdditionalInfoEn field to given value.
func (o *StructuresIssuedSoftwareLicense) HasAdditionalInfoEn() bool
HasAdditionalInfoEn returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetPrimary() bool
GetPrimary returns the Primary field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetPrimaryOk() (*bool, bool)
GetPrimaryOk returns a tuple with the Primary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetPrimary(v bool)
SetPrimary sets Primary field to given value.
func (o *StructuresIssuedSoftwareLicense) HasPrimary() bool
HasPrimary returns a boolean if a field has been set.
func (o *StructuresIssuedSoftwareLicense) GetBilling() StructuresSoftwareLicenseBillingType
GetBilling returns the Billing field if non-nil, zero value otherwise.
func (o *StructuresIssuedSoftwareLicense) GetBillingOk() (*StructuresSoftwareLicenseBillingType, bool)
GetBillingOk returns a tuple with the Billing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresIssuedSoftwareLicense) SetBilling(v StructuresSoftwareLicenseBillingType)
SetBilling sets Billing field to given value.
func (o *StructuresIssuedSoftwareLicense) HasBilling() bool
HasBilling returns a boolean if a field has been set.