Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.48 KB

PlansCatalog.md

File metadata and controls

51 lines (28 loc) · 1.48 KB

PlansCatalog

Properties

Name Type Description Notes
Plans []SelfServicePlan List of plans available.

Methods

NewPlansCatalog

func NewPlansCatalog(plans []SelfServicePlan, ) *PlansCatalog

NewPlansCatalog instantiates a new PlansCatalog 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

NewPlansCatalogWithDefaults

func NewPlansCatalogWithDefaults() *PlansCatalog

NewPlansCatalogWithDefaults instantiates a new PlansCatalog 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

GetPlans

func (o *PlansCatalog) GetPlans() []SelfServicePlan

GetPlans returns the Plans field if non-nil, zero value otherwise.

GetPlansOk

func (o *PlansCatalog) GetPlansOk() (*[]SelfServicePlan, bool)

GetPlansOk returns a tuple with the Plans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPlans

func (o *PlansCatalog) SetPlans(v []SelfServicePlan)

SetPlans sets Plans field to given value.

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