| Name | Type | Description | Notes |
|---|---|---|---|
| Output | string | ||
| ProcessSeqid | int64 |
func NewConsoleOutputEntry(output string, processSeqid int64, ) *ConsoleOutputEntry
NewConsoleOutputEntry instantiates a new ConsoleOutputEntry 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 NewConsoleOutputEntryWithDefaults() *ConsoleOutputEntry
NewConsoleOutputEntryWithDefaults instantiates a new ConsoleOutputEntry 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 *ConsoleOutputEntry) GetOutput() string
GetOutput returns the Output field if non-nil, zero value otherwise.
func (o *ConsoleOutputEntry) GetOutputOk() (*string, bool)
GetOutputOk returns a tuple with the Output field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleOutputEntry) SetOutput(v string)
SetOutput sets Output field to given value.
func (o *ConsoleOutputEntry) GetProcessSeqid() int64
GetProcessSeqid returns the ProcessSeqid field if non-nil, zero value otherwise.
func (o *ConsoleOutputEntry) GetProcessSeqidOk() (*int64, bool)
GetProcessSeqidOk returns a tuple with the ProcessSeqid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleOutputEntry) SetProcessSeqid(v int64)
SetProcessSeqid sets ProcessSeqid field to given value.