Name | Type | Description | Notes |
---|---|---|---|
Space | Space | ||
ChangeRequest | Pointer to ChangeRequest | [optional] | |
Page | Pointer to GetPageByPath200Response | [optional] |
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
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
func (o *GetContentByUrl200ResponseOneOf1) GetSpace() Space
GetSpace returns the Space field if non-nil, zero value otherwise.
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.
func (o *GetContentByUrl200ResponseOneOf1) SetSpace(v Space)
SetSpace sets Space field to given value.
func (o *GetContentByUrl200ResponseOneOf1) GetChangeRequest() ChangeRequest
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
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.
func (o *GetContentByUrl200ResponseOneOf1) SetChangeRequest(v ChangeRequest)
SetChangeRequest sets ChangeRequest field to given value.
func (o *GetContentByUrl200ResponseOneOf1) HasChangeRequest() bool
HasChangeRequest returns a boolean if a field has been set.
func (o *GetContentByUrl200ResponseOneOf1) GetPage() GetPageByPath200Response
GetPage returns the Page field if non-nil, zero value otherwise.
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.
func (o *GetContentByUrl200ResponseOneOf1) SetPage(v GetPageByPath200Response)
SetPage sets Page field to given value.
func (o *GetContentByUrl200ResponseOneOf1) HasPage() bool
HasPage returns a boolean if a field has been set.