Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.24 KB

GetContentByUrl200ResponseOneOf1.md

File metadata and controls

103 lines (56 loc) · 3.24 KB

GetContentByUrl200ResponseOneOf1

Properties

Name Type Description Notes
Space Space
ChangeRequest Pointer to ChangeRequest [optional]
Page Pointer to GetPageByPath200Response [optional]

Methods

NewGetContentByUrl200ResponseOneOf1

func NewGetContentByUrl200ResponseOneOf1(space Space, ) *GetContentByUrl200ResponseOneOf1

NewGetContentByUrl200ResponseOneOf1 instantiates a new GetContentByUrl200ResponseOneOf1 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

NewGetContentByUrl200ResponseOneOf1WithDefaults

func NewGetContentByUrl200ResponseOneOf1WithDefaults() *GetContentByUrl200ResponseOneOf1

NewGetContentByUrl200ResponseOneOf1WithDefaults instantiates a new GetContentByUrl200ResponseOneOf1 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

GetSpace

func (o *GetContentByUrl200ResponseOneOf1) GetSpace() Space

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

func (o *GetContentByUrl200ResponseOneOf1) GetSpaceOk() (*Space, bool)

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

SetSpace

func (o *GetContentByUrl200ResponseOneOf1) SetSpace(v Space)

SetSpace sets Space field to given value.

GetChangeRequest

func (o *GetContentByUrl200ResponseOneOf1) GetChangeRequest() ChangeRequest

GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.

GetChangeRequestOk

func (o *GetContentByUrl200ResponseOneOf1) GetChangeRequestOk() (*ChangeRequest, bool)

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

SetChangeRequest

func (o *GetContentByUrl200ResponseOneOf1) SetChangeRequest(v ChangeRequest)

SetChangeRequest sets ChangeRequest field to given value.

HasChangeRequest

func (o *GetContentByUrl200ResponseOneOf1) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

GetPage

func (o *GetContentByUrl200ResponseOneOf1) GetPage() GetPageByPath200Response

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *GetContentByUrl200ResponseOneOf1) GetPageOk() (*GetPageByPath200Response, bool)

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

SetPage

func (o *GetContentByUrl200ResponseOneOf1) SetPage(v GetPageByPath200Response)

SetPage sets Page field to given value.

HasPage

func (o *GetContentByUrl200ResponseOneOf1) HasPage() bool

HasPage returns a boolean if a field has been set.

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