Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 4.37 KB

CompanyInfoPlanInfo.md

File metadata and controls

138 lines (77 loc) · 4.37 KB

CompanyInfoPlanInfo

Properties

Name Type Description Notes
Limits Pointer to NullableCompanyInfoPlanInfoLimits [optional]
Functions Pointer to NullableCompanyInfoPlanInfoFunctions [optional]
FunctionsStatus Pointer to NullableCompanyInfoPlanInfoFunctionsStatus [optional]

Methods

NewCompanyInfoPlanInfo

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

NewCompanyInfoPlanInfoWithDefaults

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

GetLimits

func (o *CompanyInfoPlanInfo) GetLimits() CompanyInfoPlanInfoLimits

GetLimits returns the Limits field if non-nil, zero value otherwise.

GetLimitsOk

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.

SetLimits

func (o *CompanyInfoPlanInfo) SetLimits(v CompanyInfoPlanInfoLimits)

SetLimits sets Limits field to given value.

HasLimits

func (o *CompanyInfoPlanInfo) HasLimits() bool

HasLimits returns a boolean if a field has been set.

SetLimitsNil

func (o *CompanyInfoPlanInfo) SetLimitsNil(b bool)

SetLimitsNil sets the value for Limits to be an explicit nil

UnsetLimits

func (o *CompanyInfoPlanInfo) UnsetLimits()

UnsetLimits ensures that no value is present for Limits, not even an explicit nil

GetFunctions

func (o *CompanyInfoPlanInfo) GetFunctions() CompanyInfoPlanInfoFunctions

GetFunctions returns the Functions field if non-nil, zero value otherwise.

GetFunctionsOk

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.

SetFunctions

func (o *CompanyInfoPlanInfo) SetFunctions(v CompanyInfoPlanInfoFunctions)

SetFunctions sets Functions field to given value.

HasFunctions

func (o *CompanyInfoPlanInfo) HasFunctions() bool

HasFunctions returns a boolean if a field has been set.

SetFunctionsNil

func (o *CompanyInfoPlanInfo) SetFunctionsNil(b bool)

SetFunctionsNil sets the value for Functions to be an explicit nil

UnsetFunctions

func (o *CompanyInfoPlanInfo) UnsetFunctions()

UnsetFunctions ensures that no value is present for Functions, not even an explicit nil

GetFunctionsStatus

func (o *CompanyInfoPlanInfo) GetFunctionsStatus() CompanyInfoPlanInfoFunctionsStatus

GetFunctionsStatus returns the FunctionsStatus field if non-nil, zero value otherwise.

GetFunctionsStatusOk

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.

SetFunctionsStatus

func (o *CompanyInfoPlanInfo) SetFunctionsStatus(v CompanyInfoPlanInfoFunctionsStatus)

SetFunctionsStatus sets FunctionsStatus field to given value.

HasFunctionsStatus

func (o *CompanyInfoPlanInfo) HasFunctionsStatus() bool

HasFunctionsStatus returns a boolean if a field has been set.

SetFunctionsStatusNil

func (o *CompanyInfoPlanInfo) SetFunctionsStatusNil(b bool)

SetFunctionsStatusNil sets the value for FunctionsStatus to be an explicit nil

UnsetFunctionsStatus

func (o *CompanyInfoPlanInfo) UnsetFunctionsStatus()

UnsetFunctionsStatus ensures that no value is present for FunctionsStatus, not even an explicit nil

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