Name | Type | Description | Notes |
---|---|---|---|
Organizations | Pointer to []OrganizationVisibility | [optional] | |
Space | Pointer to ServicePlanVisibilitySpace | [optional] | |
Type | Pointer to string | Denotes the visibility of the plan; can be public, admin, organization, space | [optional] |
func NewServicePlanVisibility() *ServicePlanVisibility
NewServicePlanVisibility instantiates a new ServicePlanVisibility 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 NewServicePlanVisibilityWithDefaults() *ServicePlanVisibility
NewServicePlanVisibilityWithDefaults instantiates a new ServicePlanVisibility 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 *ServicePlanVisibility) GetOrganizations() []OrganizationVisibility
GetOrganizations returns the Organizations field if non-nil, zero value otherwise.
func (o *ServicePlanVisibility) GetOrganizationsOk() (*[]OrganizationVisibility, bool)
GetOrganizationsOk returns a tuple with the Organizations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicePlanVisibility) SetOrganizations(v []OrganizationVisibility)
SetOrganizations sets Organizations field to given value.
func (o *ServicePlanVisibility) HasOrganizations() bool
HasOrganizations returns a boolean if a field has been set.
func (o *ServicePlanVisibility) GetSpace() ServicePlanVisibilitySpace
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *ServicePlanVisibility) GetSpaceOk() (*ServicePlanVisibilitySpace, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicePlanVisibility) SetSpace(v ServicePlanVisibilitySpace)
SetSpace sets Space field to given value.
func (o *ServicePlanVisibility) HasSpace() bool
HasSpace returns a boolean if a field has been set.
func (o *ServicePlanVisibility) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ServicePlanVisibility) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicePlanVisibility) SetType(v string)
SetType sets Type field to given value.
func (o *ServicePlanVisibility) HasType() bool
HasType returns a boolean if a field has been set.