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 |
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
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
func (o *RevisionPageGroupAllOf) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
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.
func (o *RevisionPageGroupAllOf) SetKind(v string)
SetKind sets Kind field to given value.
func (o *RevisionPageGroupAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *RevisionPageGroupAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *RevisionPageGroupAllOf) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
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.
func (o *RevisionPageGroupAllOf) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *RevisionPageGroupAllOf) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
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.
func (o *RevisionPageGroupAllOf) SetPath(v string)
SetPath sets Path field to given value.
func (o *RevisionPageGroupAllOf) GetPages() []RevisionPageDocumentAllOfPagesInner
GetPages returns the Pages field if non-nil, zero value otherwise.
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.
func (o *RevisionPageGroupAllOf) SetPages(v []RevisionPageDocumentAllOfPagesInner)
SetPages sets Pages field to given value.