Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.1 KB

SpaceVisibilityUpdatedEventAllOf.md

File metadata and controls

93 lines (50 loc) · 3.1 KB

SpaceVisibilityUpdatedEventAllOf

Properties

Name Type Description Notes
Type string
PreviousVisibility ContentVisibility
Visibility ContentVisibility

Methods

NewSpaceVisibilityUpdatedEventAllOf

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

NewSpaceVisibilityUpdatedEventAllOfWithDefaults

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

GetType

func (o *SpaceVisibilityUpdatedEventAllOf) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *SpaceVisibilityUpdatedEventAllOf) SetType(v string)

SetType sets Type field to given value.

GetPreviousVisibility

func (o *SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibility() ContentVisibility

GetPreviousVisibility returns the PreviousVisibility field if non-nil, zero value otherwise.

GetPreviousVisibilityOk

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.

SetPreviousVisibility

func (o *SpaceVisibilityUpdatedEventAllOf) SetPreviousVisibility(v ContentVisibility)

SetPreviousVisibility sets PreviousVisibility field to given value.

GetVisibility

func (o *SpaceVisibilityUpdatedEventAllOf) GetVisibility() ContentVisibility

GetVisibility returns the Visibility field if non-nil, zero value otherwise.

GetVisibilityOk

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.

SetVisibility

func (o *SpaceVisibilityUpdatedEventAllOf) SetVisibility(v ContentVisibility)

SetVisibility sets Visibility field to given value.

[Back to Model list] [Back to API list] [Back to README]