Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | Timestamp when the request was made. | |
Request | Pointer to string | Raw request data. |
func (o *MessageLogRequest) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *MessageLogRequest) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *MessageLogRequest) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (o *MessageLogRequest) GetRequest() string
GetRequest returns the Request field if non-nil, zero value otherwise.
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.
func (o *MessageLogRequest) HasRequest() bool
HasRequest returns a boolean if a field has been set.
func (o *MessageLogRequest) SetRequest(v string)
SetRequest gets a reference to the given string and assigns it to the Request field.