Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Timestamp | time.Time | When the event happened | |
Source | Pointer to string | Optionally, provide the source of the event. GitBook may use this to improve the generated content. | [optional] |
Actor | Pointer to BaseRecordingEventActor | [optional] | |
Filename | string | ||
FileDiff | string |
func NewRecordingFileChangedEvent(type_ string, timestamp time.Time, filename string, fileDiff string, ) *RecordingFileChangedEvent
NewRecordingFileChangedEvent instantiates a new RecordingFileChangedEvent 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 NewRecordingFileChangedEventWithDefaults() *RecordingFileChangedEvent
NewRecordingFileChangedEventWithDefaults instantiates a new RecordingFileChangedEvent 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 *RecordingFileChangedEvent) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEvent) 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 *RecordingFileChangedEvent) SetType(v string)
SetType sets Type field to given value.
func (o *RecordingFileChangedEvent) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEvent) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingFileChangedEvent) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *RecordingFileChangedEvent) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEvent) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingFileChangedEvent) SetSource(v string)
SetSource sets Source field to given value.
func (o *RecordingFileChangedEvent) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *RecordingFileChangedEvent) GetActor() BaseRecordingEventActor
GetActor returns the Actor field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEvent) GetActorOk() (*BaseRecordingEventActor, bool)
GetActorOk returns a tuple with the Actor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingFileChangedEvent) SetActor(v BaseRecordingEventActor)
SetActor sets Actor field to given value.
func (o *RecordingFileChangedEvent) HasActor() bool
HasActor returns a boolean if a field has been set.
func (o *RecordingFileChangedEvent) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEvent) 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 *RecordingFileChangedEvent) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *RecordingFileChangedEvent) GetFileDiff() string
GetFileDiff returns the FileDiff field if non-nil, zero value otherwise.
func (o *RecordingFileChangedEvent) 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 *RecordingFileChangedEvent) SetFileDiff(v string)
SetFileDiff sets FileDiff field to given value.