Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.73 KB

MessageLogRequest.md

File metadata and controls

65 lines (34 loc) · 1.73 KB

MessageLogRequest

Properties

Name Type Description Notes
CreatedAt Pointer to time.Time Timestamp when the request was made.
Request Pointer to string Raw request data.

Methods

GetCreatedAt

func (o *MessageLogRequest) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *MessageLogRequest) GetCreatedAtOk() (time.Time, bool)

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

HasCreatedAt

func (o *MessageLogRequest) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAt

func (o *MessageLogRequest) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

GetRequest

func (o *MessageLogRequest) GetRequest() string

GetRequest returns the Request field if non-nil, zero value otherwise.

GetRequestOk

func (o *MessageLogRequest) GetRequestOk() (string, bool)

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

HasRequest

func (o *MessageLogRequest) HasRequest() bool

HasRequest returns a boolean if a field has been set.

SetRequest

func (o *MessageLogRequest) SetRequest(v string)

SetRequest gets a reference to the given string and assigns it to the Request field.

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