Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Filename | string | ||
FileSnapshot | string |
func NewRecordingFileAddedEventAllOf(type_ string, filename string, fileSnapshot string, ) *RecordingFileAddedEventAllOf
NewRecordingFileAddedEventAllOf instantiates a new RecordingFileAddedEventAllOf 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 NewRecordingFileAddedEventAllOfWithDefaults() *RecordingFileAddedEventAllOf
NewRecordingFileAddedEventAllOfWithDefaults instantiates a new RecordingFileAddedEventAllOf 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 *RecordingFileAddedEventAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RecordingFileAddedEventAllOf) 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.
func (o *RecordingFileAddedEventAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *RecordingFileAddedEventAllOf) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *RecordingFileAddedEventAllOf) 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.
func (o *RecordingFileAddedEventAllOf) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *RecordingFileAddedEventAllOf) GetFileSnapshot() string
GetFileSnapshot returns the FileSnapshot field if non-nil, zero value otherwise.
func (o *RecordingFileAddedEventAllOf) 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.
func (o *RecordingFileAddedEventAllOf) SetFileSnapshot(v string)
SetFileSnapshot sets FileSnapshot field to given value.