Name | Type | Description | Notes |
---|---|---|---|
Plan | Pointer to PlanEnum | [optional] | |
AuditLogsRetentionInDays | Pointer to float32 | audit logs maximum period available in days | [optional] |
func NewOrganizationAllOfOrganizationPlan() *OrganizationAllOfOrganizationPlan
NewOrganizationAllOfOrganizationPlan instantiates a new OrganizationAllOfOrganizationPlan 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 NewOrganizationAllOfOrganizationPlanWithDefaults() *OrganizationAllOfOrganizationPlan
NewOrganizationAllOfOrganizationPlanWithDefaults instantiates a new OrganizationAllOfOrganizationPlan 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 *OrganizationAllOfOrganizationPlan) GetPlan() PlanEnum
GetPlan returns the Plan field if non-nil, zero value otherwise.
func (o *OrganizationAllOfOrganizationPlan) GetPlanOk() (*PlanEnum, bool)
GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationAllOfOrganizationPlan) SetPlan(v PlanEnum)
SetPlan sets Plan field to given value.
func (o *OrganizationAllOfOrganizationPlan) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (o *OrganizationAllOfOrganizationPlan) GetAuditLogsRetentionInDays() float32
GetAuditLogsRetentionInDays returns the AuditLogsRetentionInDays field if non-nil, zero value otherwise.
func (o *OrganizationAllOfOrganizationPlan) GetAuditLogsRetentionInDaysOk() (*float32, bool)
GetAuditLogsRetentionInDaysOk returns a tuple with the AuditLogsRetentionInDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationAllOfOrganizationPlan) SetAuditLogsRetentionInDays(v float32)
SetAuditLogsRetentionInDays sets AuditLogsRetentionInDays field to given value.
func (o *OrganizationAllOfOrganizationPlan) HasAuditLogsRetentionInDays() bool
HasAuditLogsRetentionInDays returns a boolean if a field has been set.