Name | Type | Description | Notes |
---|---|---|---|
Url | string | URL of the generated page | |
Space | Space | ||
Page | RevisionPageDocument |
func NewRecordingOutput(url string, space Space, page RevisionPageDocument, ) *RecordingOutput
NewRecordingOutput instantiates a new RecordingOutput 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 NewRecordingOutputWithDefaults() *RecordingOutput
NewRecordingOutputWithDefaults instantiates a new RecordingOutput 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 *RecordingOutput) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *RecordingOutput) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingOutput) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *RecordingOutput) GetSpace() Space
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *RecordingOutput) 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 *RecordingOutput) SetSpace(v Space)
SetSpace sets Space field to given value.
func (o *RecordingOutput) GetPage() RevisionPageDocument
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *RecordingOutput) GetPageOk() (*RevisionPageDocument, 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 *RecordingOutput) SetPage(v RevisionPageDocument)
SetPage sets Page field to given value.