Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.8 KB

RecordingFileRemovedEventAllOf.md

File metadata and controls

93 lines (50 loc) · 2.8 KB

RecordingFileRemovedEventAllOf

Properties

Name Type Description Notes
Type string
Filename string
FileSnapshot string

Methods

NewRecordingFileRemovedEventAllOf

func NewRecordingFileRemovedEventAllOf(type_ string, filename string, fileSnapshot string, ) *RecordingFileRemovedEventAllOf

NewRecordingFileRemovedEventAllOf instantiates a new RecordingFileRemovedEventAllOf 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

NewRecordingFileRemovedEventAllOfWithDefaults

func NewRecordingFileRemovedEventAllOfWithDefaults() *RecordingFileRemovedEventAllOf

NewRecordingFileRemovedEventAllOfWithDefaults instantiates a new RecordingFileRemovedEventAllOf 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

GetType

func (o *RecordingFileRemovedEventAllOf) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *RecordingFileRemovedEventAllOf) GetTypeOk() (*string, bool)

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

SetType

func (o *RecordingFileRemovedEventAllOf) SetType(v string)

SetType sets Type field to given value.

GetFilename

func (o *RecordingFileRemovedEventAllOf) GetFilename() string

GetFilename returns the Filename field if non-nil, zero value otherwise.

GetFilenameOk

func (o *RecordingFileRemovedEventAllOf) GetFilenameOk() (*string, bool)

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

SetFilename

func (o *RecordingFileRemovedEventAllOf) SetFilename(v string)

SetFilename sets Filename field to given value.

GetFileSnapshot

func (o *RecordingFileRemovedEventAllOf) GetFileSnapshot() string

GetFileSnapshot returns the FileSnapshot field if non-nil, zero value otherwise.

GetFileSnapshotOk

func (o *RecordingFileRemovedEventAllOf) GetFileSnapshotOk() (*string, bool)

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

SetFileSnapshot

func (o *RecordingFileRemovedEventAllOf) SetFileSnapshot(v string)

SetFileSnapshot sets FileSnapshot field to given value.

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