# HelloextendApiClient::PlansList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **plans** | [**Array<Plan>**](Plan.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::PlansList.new(plans: null) ```