Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.14 KB

SessionRecordingStatusResponseModel.md

File metadata and controls

56 lines (31 loc) · 2.14 KB

SessionRecordingStatusResponseModel

Properties

Name Type Description Notes
IsSessionBeingRecorded Pointer to bool Indicates if current session is being recorded. [optional]

Methods

NewSessionRecordingStatusResponseModel

func NewSessionRecordingStatusResponseModel() *SessionRecordingStatusResponseModel

NewSessionRecordingStatusResponseModel instantiates a new SessionRecordingStatusResponseModel 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

NewSessionRecordingStatusResponseModelWithDefaults

func NewSessionRecordingStatusResponseModelWithDefaults() *SessionRecordingStatusResponseModel

NewSessionRecordingStatusResponseModelWithDefaults instantiates a new SessionRecordingStatusResponseModel 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

GetIsSessionBeingRecorded

func (o *SessionRecordingStatusResponseModel) GetIsSessionBeingRecorded() bool

GetIsSessionBeingRecorded returns the IsSessionBeingRecorded field if non-nil, zero value otherwise.

GetIsSessionBeingRecordedOk

func (o *SessionRecordingStatusResponseModel) GetIsSessionBeingRecordedOk() (*bool, bool)

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

SetIsSessionBeingRecorded

func (o *SessionRecordingStatusResponseModel) SetIsSessionBeingRecorded(v bool)

SetIsSessionBeingRecorded sets IsSessionBeingRecorded field to given value.

HasIsSessionBeingRecorded

func (o *SessionRecordingStatusResponseModel) HasIsSessionBeingRecorded() bool

HasIsSessionBeingRecorded returns a boolean if a field has been set.

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