Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.82 KB

DiagnosisGenerateConsoleDiagnosticLogsRequest.md

File metadata and controls

51 lines (28 loc) · 1.82 KB

DiagnosisGenerateConsoleDiagnosticLogsRequest

Properties

Name Type Description Notes
Tail int32

Methods

NewDiagnosisGenerateConsoleDiagnosticLogsRequest

func NewDiagnosisGenerateConsoleDiagnosticLogsRequest(tail int32, ) *DiagnosisGenerateConsoleDiagnosticLogsRequest

NewDiagnosisGenerateConsoleDiagnosticLogsRequest instantiates a new DiagnosisGenerateConsoleDiagnosticLogsRequest 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

NewDiagnosisGenerateConsoleDiagnosticLogsRequestWithDefaults

func NewDiagnosisGenerateConsoleDiagnosticLogsRequestWithDefaults() *DiagnosisGenerateConsoleDiagnosticLogsRequest

NewDiagnosisGenerateConsoleDiagnosticLogsRequestWithDefaults instantiates a new DiagnosisGenerateConsoleDiagnosticLogsRequest 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

GetTail

func (o *DiagnosisGenerateConsoleDiagnosticLogsRequest) GetTail() int32

GetTail returns the Tail field if non-nil, zero value otherwise.

GetTailOk

func (o *DiagnosisGenerateConsoleDiagnosticLogsRequest) GetTailOk() (*int32, bool)

GetTailOk returns a tuple with the Tail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTail

func (o *DiagnosisGenerateConsoleDiagnosticLogsRequest) SetTail(v int32)

SetTail sets Tail field to given value.

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