Skip to content

Files

Latest commit

 

History

History
93 lines (50 loc) · 2.74 KB

RecordingFileChangedEventAllOf.md

File metadata and controls

93 lines (50 loc) · 2.74 KB

RecordingFileChangedEventAllOf

Properties

Name Type Description Notes
Type string
Filename string
FileDiff string

Methods

NewRecordingFileChangedEventAllOf

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

NewRecordingFileChangedEventAllOfWithDefaults

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

GetType

func (o *RecordingFileChangedEventAllOf) GetType() string

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

GetTypeOk

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.

SetType

func (o *RecordingFileChangedEventAllOf) SetType(v string)

SetType sets Type field to given value.

GetFilename

func (o *RecordingFileChangedEventAllOf) GetFilename() string

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

GetFilenameOk

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.

SetFilename

func (o *RecordingFileChangedEventAllOf) SetFilename(v string)

SetFilename sets Filename field to given value.

GetFileDiff

func (o *RecordingFileChangedEventAllOf) GetFileDiff() string

GetFileDiff returns the FileDiff field if non-nil, zero value otherwise.

GetFileDiffOk

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.

SetFileDiff

func (o *RecordingFileChangedEventAllOf) SetFileDiff(v string)

SetFileDiff sets FileDiff field to given value.

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