Name | Type | Description | Notes |
---|---|---|---|
Collection | Collection | ||
Space | Space | ||
ChangeRequest | Pointer to ChangeRequest | [optional] | |
Page | Pointer to GetPageByPath200Response | [optional] |
func NewGetContentByUrl200Response(collection Collection, space Space, ) *GetContentByUrl200Response
NewGetContentByUrl200Response instantiates a new GetContentByUrl200Response 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 NewGetContentByUrl200ResponseWithDefaults() *GetContentByUrl200Response
NewGetContentByUrl200ResponseWithDefaults instantiates a new GetContentByUrl200Response 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 *GetContentByUrl200Response) GetCollection() Collection
GetCollection returns the Collection field if non-nil, zero value otherwise.
func (o *GetContentByUrl200Response) GetCollectionOk() (*Collection, bool)
GetCollectionOk returns a tuple with the Collection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetContentByUrl200Response) SetCollection(v Collection)
SetCollection sets Collection field to given value.
func (o *GetContentByUrl200Response) GetSpace() Space
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *GetContentByUrl200Response) 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 *GetContentByUrl200Response) SetSpace(v Space)
SetSpace sets Space field to given value.
func (o *GetContentByUrl200Response) GetChangeRequest() ChangeRequest
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
func (o *GetContentByUrl200Response) 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 *GetContentByUrl200Response) SetChangeRequest(v ChangeRequest)
SetChangeRequest sets ChangeRequest field to given value.
func (o *GetContentByUrl200Response) HasChangeRequest() bool
HasChangeRequest returns a boolean if a field has been set.
func (o *GetContentByUrl200Response) GetPage() GetPageByPath200Response
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetContentByUrl200Response) 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 *GetContentByUrl200Response) SetPage(v GetPageByPath200Response)
SetPage sets Page field to given value.
func (o *GetContentByUrl200Response) HasPage() bool
HasPage returns a boolean if a field has been set.