Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
PreviousVisibility | ContentVisibility | ||
Visibility | ContentVisibility |
func NewSpaceVisibilityUpdatedEventAllOf(type_ string, previousVisibility ContentVisibility, visibility ContentVisibility, ) *SpaceVisibilityUpdatedEventAllOf
NewSpaceVisibilityUpdatedEventAllOf instantiates a new SpaceVisibilityUpdatedEventAllOf 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 NewSpaceVisibilityUpdatedEventAllOfWithDefaults() *SpaceVisibilityUpdatedEventAllOf
NewSpaceVisibilityUpdatedEventAllOfWithDefaults instantiates a new SpaceVisibilityUpdatedEventAllOf 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 *SpaceVisibilityUpdatedEventAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SpaceVisibilityUpdatedEventAllOf) 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 *SpaceVisibilityUpdatedEventAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibility() ContentVisibility
GetPreviousVisibility returns the PreviousVisibility field if non-nil, zero value otherwise.
func (o *SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibilityOk() (*ContentVisibility, bool)
GetPreviousVisibilityOk returns a tuple with the PreviousVisibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceVisibilityUpdatedEventAllOf) SetPreviousVisibility(v ContentVisibility)
SetPreviousVisibility sets PreviousVisibility field to given value.
func (o *SpaceVisibilityUpdatedEventAllOf) GetVisibility() ContentVisibility
GetVisibility returns the Visibility field if non-nil, zero value otherwise.
func (o *SpaceVisibilityUpdatedEventAllOf) GetVisibilityOk() (*ContentVisibility, bool)
GetVisibilityOk returns a tuple with the Visibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpaceVisibilityUpdatedEventAllOf) SetVisibility(v ContentVisibility)
SetVisibility sets Visibility field to given value.