Name | Type | Description | Notes |
---|---|---|---|
Id | string | option identifier | |
Parameters | Pointer to map[string]int32 | Parameters | [optional] |
func NewOptionPartnerTenant(id string, ) *OptionPartnerTenant
NewOptionPartnerTenant instantiates a new OptionPartnerTenant 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 NewOptionPartnerTenantWithDefaults() *OptionPartnerTenant
NewOptionPartnerTenantWithDefaults instantiates a new OptionPartnerTenant 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 *OptionPartnerTenant) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OptionPartnerTenant) 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 *OptionPartnerTenant) SetId(v string)
SetId sets Id field to given value.
func (o *OptionPartnerTenant) GetParameters() map[string]int32
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *OptionPartnerTenant) GetParametersOk() (*map[string]int32, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OptionPartnerTenant) SetParameters(v map[string]int32)
SetParameters sets Parameters field to given value.
func (o *OptionPartnerTenant) HasParameters() bool
HasParameters returns a boolean if a field has been set.