Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

File metadata and controls

82 lines (45 loc) · 2.79 KB

GetEnvironmentLogs200ResponseLogEventsInner

Properties

Name Type Description Notes
Timestamp Pointer to int32 Unix timestamp in milliseconds [optional]
Message Pointer to string Log message content [optional]

Methods

NewGetEnvironmentLogs200ResponseLogEventsInner

func NewGetEnvironmentLogs200ResponseLogEventsInner() *GetEnvironmentLogs200ResponseLogEventsInner

NewGetEnvironmentLogs200ResponseLogEventsInner instantiates a new GetEnvironmentLogs200ResponseLogEventsInner 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

NewGetEnvironmentLogs200ResponseLogEventsInnerWithDefaults

func NewGetEnvironmentLogs200ResponseLogEventsInnerWithDefaults() *GetEnvironmentLogs200ResponseLogEventsInner

NewGetEnvironmentLogs200ResponseLogEventsInnerWithDefaults instantiates a new GetEnvironmentLogs200ResponseLogEventsInner 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

GetTimestamp

func (o *GetEnvironmentLogs200ResponseLogEventsInner) GetTimestamp() int32

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *GetEnvironmentLogs200ResponseLogEventsInner) GetTimestampOk() (*int32, 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.

SetTimestamp

func (o *GetEnvironmentLogs200ResponseLogEventsInner) SetTimestamp(v int32)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *GetEnvironmentLogs200ResponseLogEventsInner) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

GetMessage

func (o *GetEnvironmentLogs200ResponseLogEventsInner) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *GetEnvironmentLogs200ResponseLogEventsInner) GetMessageOk() (*string, bool)

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

SetMessage

func (o *GetEnvironmentLogs200ResponseLogEventsInner) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *GetEnvironmentLogs200ResponseLogEventsInner) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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