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] | |
Command | string | ||
Stdout | string |
func NewRecordingTerminalCommandEvent(type_ string, timestamp time.Time, command string, stdout string, ) *RecordingTerminalCommandEvent
NewRecordingTerminalCommandEvent instantiates a new RecordingTerminalCommandEvent 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 NewRecordingTerminalCommandEventWithDefaults() *RecordingTerminalCommandEvent
NewRecordingTerminalCommandEventWithDefaults instantiates a new RecordingTerminalCommandEvent 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 *RecordingTerminalCommandEvent) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RecordingTerminalCommandEvent) 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 *RecordingTerminalCommandEvent) SetType(v string)
SetType sets Type field to given value.
func (o *RecordingTerminalCommandEvent) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *RecordingTerminalCommandEvent) 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 *RecordingTerminalCommandEvent) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *RecordingTerminalCommandEvent) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *RecordingTerminalCommandEvent) 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 *RecordingTerminalCommandEvent) SetSource(v string)
SetSource sets Source field to given value.
func (o *RecordingTerminalCommandEvent) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *RecordingTerminalCommandEvent) GetActor() BaseRecordingEventActor
GetActor returns the Actor field if non-nil, zero value otherwise.
func (o *RecordingTerminalCommandEvent) 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 *RecordingTerminalCommandEvent) SetActor(v BaseRecordingEventActor)
SetActor sets Actor field to given value.
func (o *RecordingTerminalCommandEvent) HasActor() bool
HasActor returns a boolean if a field has been set.
func (o *RecordingTerminalCommandEvent) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *RecordingTerminalCommandEvent) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingTerminalCommandEvent) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *RecordingTerminalCommandEvent) GetStdout() string
GetStdout returns the Stdout field if non-nil, zero value otherwise.
func (o *RecordingTerminalCommandEvent) GetStdoutOk() (*string, bool)
GetStdoutOk returns a tuple with the Stdout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingTerminalCommandEvent) SetStdout(v string)
SetStdout sets Stdout field to given value.