Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.88 KB

RecordingSettingsResponse.md

File metadata and controls

51 lines (28 loc) · 1.88 KB

RecordingSettingsResponse

Properties

Name Type Description Notes
UrlToRetrieveAuthedRecording string

Methods

NewRecordingSettingsResponse

func NewRecordingSettingsResponse(urlToRetrieveAuthedRecording string, ) *RecordingSettingsResponse

NewRecordingSettingsResponse instantiates a new RecordingSettingsResponse 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

NewRecordingSettingsResponseWithDefaults

func NewRecordingSettingsResponseWithDefaults() *RecordingSettingsResponse

NewRecordingSettingsResponseWithDefaults instantiates a new RecordingSettingsResponse 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

GetUrlToRetrieveAuthedRecording

func (o *RecordingSettingsResponse) GetUrlToRetrieveAuthedRecording() string

GetUrlToRetrieveAuthedRecording returns the UrlToRetrieveAuthedRecording field if non-nil, zero value otherwise.

GetUrlToRetrieveAuthedRecordingOk

func (o *RecordingSettingsResponse) GetUrlToRetrieveAuthedRecordingOk() (*string, bool)

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

SetUrlToRetrieveAuthedRecording

func (o *RecordingSettingsResponse) SetUrlToRetrieveAuthedRecording(v string)

SetUrlToRetrieveAuthedRecording sets UrlToRetrieveAuthedRecording field to given value.

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