Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.47 KB

RecordingOutput.md

File metadata and controls

93 lines (50 loc) · 2.47 KB

RecordingOutput

Properties

Name Type Description Notes
Url string URL of the generated page
Space Space
Page RevisionPageDocument

Methods

NewRecordingOutput

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

NewRecordingOutputWithDefaults

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

GetUrl

func (o *RecordingOutput) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *RecordingOutput) SetUrl(v string)

SetUrl sets Url field to given value.

GetSpace

func (o *RecordingOutput) GetSpace() Space

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

GetSpaceOk

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.

SetSpace

func (o *RecordingOutput) SetSpace(v Space)

SetSpace sets Space field to given value.

GetPage

func (o *RecordingOutput) GetPage() RevisionPageDocument

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

GetPageOk

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.

SetPage

func (o *RecordingOutput) SetPage(v RevisionPageDocument)

SetPage sets Page field to given value.

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