Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.74 KB

RevisionPageGroupAllOf.md

File metadata and controls

135 lines (72 loc) · 3.74 KB

RevisionPageGroupAllOf

Properties

Name Type Description Notes
Kind string
Type string
Slug string Page's slug in its direct parent
Path string Complete path to access the page in the revision.
Pages []RevisionPageDocumentAllOfPagesInner

Methods

NewRevisionPageGroupAllOf

func NewRevisionPageGroupAllOf(kind string, type_ string, slug string, path string, pages []RevisionPageDocumentAllOfPagesInner, ) *RevisionPageGroupAllOf

NewRevisionPageGroupAllOf instantiates a new RevisionPageGroupAllOf 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

NewRevisionPageGroupAllOfWithDefaults

func NewRevisionPageGroupAllOfWithDefaults() *RevisionPageGroupAllOf

NewRevisionPageGroupAllOfWithDefaults instantiates a new RevisionPageGroupAllOf 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

GetKind

func (o *RevisionPageGroupAllOf) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *RevisionPageGroupAllOf) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKind

func (o *RevisionPageGroupAllOf) SetKind(v string)

SetKind sets Kind field to given value.

GetType

func (o *RevisionPageGroupAllOf) GetType() string

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

GetTypeOk

func (o *RevisionPageGroupAllOf) 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 *RevisionPageGroupAllOf) SetType(v string)

SetType sets Type field to given value.

GetSlug

func (o *RevisionPageGroupAllOf) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

func (o *RevisionPageGroupAllOf) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSlug

func (o *RevisionPageGroupAllOf) SetSlug(v string)

SetSlug sets Slug field to given value.

GetPath

func (o *RevisionPageGroupAllOf) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *RevisionPageGroupAllOf) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPath

func (o *RevisionPageGroupAllOf) SetPath(v string)

SetPath sets Path field to given value.

GetPages

func (o *RevisionPageGroupAllOf) GetPages() []RevisionPageDocumentAllOfPagesInner

GetPages returns the Pages field if non-nil, zero value otherwise.

GetPagesOk

func (o *RevisionPageGroupAllOf) GetPagesOk() (*[]RevisionPageDocumentAllOfPagesInner, bool)

GetPagesOk returns a tuple with the Pages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPages

func (o *RevisionPageGroupAllOf) SetPages(v []RevisionPageDocumentAllOfPagesInner)

SetPages sets Pages field to given value.

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