Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Filename | string | ||
FileDiff | string |
func NewRecordingFileChangedEventAllOf(type_ string, filename string, fileDiff string, ) *RecordingFileChangedEventAllOf
NewRecordingFileChangedEventAllOf instantiates a new RecordingFileChangedEventAllOf 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 NewRecordingFileChangedEventAllOfWithDefaults() *RecordingFileChangedEventAllOf
NewRecordingFileChangedEventAllOfWithDefaults instantiates a new RecordingFileChangedEventAllOf 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 *RecordingFileChangedEventAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEventAllOf) 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 *RecordingFileChangedEventAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *RecordingFileChangedEventAllOf) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEventAllOf) 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 *RecordingFileChangedEventAllOf) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *RecordingFileChangedEventAllOf) GetFileDiff() string
GetFileDiff returns the FileDiff field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEventAllOf) GetFileDiffOk() (*string, bool)
GetFileDiffOk returns a tuple with the FileDiff field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingFileChangedEventAllOf) SetFileDiff(v string)
SetFileDiff sets FileDiff field to given value.