Name | Type | Description | Notes |
---|---|---|---|
Organizations | Pointer to []V3AppsPostRequestRelationshipsSpaceData | [optional] | |
Type | Pointer to string | Denotes the visibility of the plan; can be public, admin, organization | [optional] |
func NewServicePlanVisibilityUpdate() *ServicePlanVisibilityUpdate
NewServicePlanVisibilityUpdate instantiates a new ServicePlanVisibilityUpdate 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 NewServicePlanVisibilityUpdateWithDefaults() *ServicePlanVisibilityUpdate
NewServicePlanVisibilityUpdateWithDefaults instantiates a new ServicePlanVisibilityUpdate 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 *ServicePlanVisibilityUpdate) GetOrganizations() []V3AppsPostRequestRelationshipsSpaceData
GetOrganizations returns the Organizations field if non-nil, zero value otherwise.
func (o *ServicePlanVisibilityUpdate) GetOrganizationsOk() (*[]V3AppsPostRequestRelationshipsSpaceData, 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 *ServicePlanVisibilityUpdate) SetOrganizations(v []V3AppsPostRequestRelationshipsSpaceData)
SetOrganizations sets Organizations field to given value.
func (o *ServicePlanVisibilityUpdate) HasOrganizations() bool
HasOrganizations returns a boolean if a field has been set.
func (o *ServicePlanVisibilityUpdate) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ServicePlanVisibilityUpdate) 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 *ServicePlanVisibilityUpdate) SetType(v string)
SetType sets Type field to given value.
func (o *ServicePlanVisibilityUpdate) HasType() bool
HasType returns a boolean if a field has been set.