Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.47 KB

LogsRequestBody.md

File metadata and controls

51 lines (28 loc) · 1.47 KB

LogsRequestBody

Properties

Name Type Description Notes
LogType LogType

Methods

NewLogsRequestBody

func NewLogsRequestBody(logType LogType, ) *LogsRequestBody

NewLogsRequestBody instantiates a new LogsRequestBody 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

NewLogsRequestBodyWithDefaults

func NewLogsRequestBodyWithDefaults() *LogsRequestBody

NewLogsRequestBodyWithDefaults instantiates a new LogsRequestBody 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

GetLogType

func (o *LogsRequestBody) GetLogType() LogType

GetLogType returns the LogType field if non-nil, zero value otherwise.

GetLogTypeOk

func (o *LogsRequestBody) GetLogTypeOk() (*LogType, bool)

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

SetLogType

func (o *LogsRequestBody) SetLogType(v LogType)

SetLogType sets LogType field to given value.

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