Name | Type | Description | Notes |
---|---|---|---|
Limits | Pointer to NullableCompanyInfoPlanInfoLimits | [optional] | |
Functions | Pointer to NullableCompanyInfoPlanInfoFunctions | [optional] | |
FunctionsStatus | Pointer to NullableCompanyInfoPlanInfoFunctionsStatus | [optional] |
func NewCompanyInfoPlanInfo() *CompanyInfoPlanInfo
NewCompanyInfoPlanInfo instantiates a new CompanyInfoPlanInfo 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 NewCompanyInfoPlanInfoWithDefaults() *CompanyInfoPlanInfo
NewCompanyInfoPlanInfoWithDefaults instantiates a new CompanyInfoPlanInfo 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 *CompanyInfoPlanInfo) GetLimits() CompanyInfoPlanInfoLimits
GetLimits returns the Limits field if non-nil, zero value otherwise.
func (o *CompanyInfoPlanInfo) GetLimitsOk() (*CompanyInfoPlanInfoLimits, bool)
GetLimitsOk returns a tuple with the Limits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoPlanInfo) SetLimits(v CompanyInfoPlanInfoLimits)
SetLimits sets Limits field to given value.
func (o *CompanyInfoPlanInfo) HasLimits() bool
HasLimits returns a boolean if a field has been set.
func (o *CompanyInfoPlanInfo) SetLimitsNil(b bool)
SetLimitsNil sets the value for Limits to be an explicit nil
func (o *CompanyInfoPlanInfo) UnsetLimits()
UnsetLimits ensures that no value is present for Limits, not even an explicit nil
func (o *CompanyInfoPlanInfo) GetFunctions() CompanyInfoPlanInfoFunctions
GetFunctions returns the Functions field if non-nil, zero value otherwise.
func (o *CompanyInfoPlanInfo) GetFunctionsOk() (*CompanyInfoPlanInfoFunctions, bool)
GetFunctionsOk returns a tuple with the Functions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoPlanInfo) SetFunctions(v CompanyInfoPlanInfoFunctions)
SetFunctions sets Functions field to given value.
func (o *CompanyInfoPlanInfo) HasFunctions() bool
HasFunctions returns a boolean if a field has been set.
func (o *CompanyInfoPlanInfo) SetFunctionsNil(b bool)
SetFunctionsNil sets the value for Functions to be an explicit nil
func (o *CompanyInfoPlanInfo) UnsetFunctions()
UnsetFunctions ensures that no value is present for Functions, not even an explicit nil
func (o *CompanyInfoPlanInfo) GetFunctionsStatus() CompanyInfoPlanInfoFunctionsStatus
GetFunctionsStatus returns the FunctionsStatus field if non-nil, zero value otherwise.
func (o *CompanyInfoPlanInfo) GetFunctionsStatusOk() (*CompanyInfoPlanInfoFunctionsStatus, bool)
GetFunctionsStatusOk returns a tuple with the FunctionsStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoPlanInfo) SetFunctionsStatus(v CompanyInfoPlanInfoFunctionsStatus)
SetFunctionsStatus sets FunctionsStatus field to given value.
func (o *CompanyInfoPlanInfo) HasFunctionsStatus() bool
HasFunctionsStatus returns a boolean if a field has been set.
func (o *CompanyInfoPlanInfo) SetFunctionsStatusNil(b bool)
SetFunctionsStatusNil sets the value for FunctionsStatus to be an explicit nil
func (o *CompanyInfoPlanInfo) UnsetFunctionsStatus()
UnsetFunctionsStatus ensures that no value is present for FunctionsStatus, not even an explicit nil