Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | int64 | ||
Id | string | ||
IpAddress | Pointer to string | [optional] | |
Livemode | bool | ||
LoggableId | Pointer to NullableString | [optional] | |
LoggableType | Pointer to NullableString | [optional] | |
Method | Pointer to string | [optional] | |
OauthTokenId | Pointer to NullableString | [optional] | |
QueryString | Pointer to map[string]interface{} | [optional] | |
Related | Pointer to string | [optional] | |
RequestBody | Pointer to map[string]interface{} | [optional] | |
RequestHeaders | Pointer to map[string]string | [optional] | |
ResponseBody | Pointer to map[string]interface{} | [optional] | |
ResponseHeaders | Pointer to map[string]string | [optional] | |
SearchableTags | Pointer to []string | [optional] | |
Status | Pointer to string | [optional] | |
UpdatedAt | Pointer to string | [optional] | |
Url | Pointer to string | [optional] | |
UserAccountId | Pointer to string | [optional] | |
Version | Pointer to string | [optional] |
func NewLogResponse(createdAt int64, id string, livemode bool, ) *LogResponse
NewLogResponse instantiates a new LogResponse 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
func NewLogResponseWithDefaults() *LogResponse
NewLogResponseWithDefaults instantiates a new LogResponse 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
func (o *LogResponse) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *LogResponse) GetCreatedAtOk() (*int64, 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 *LogResponse) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *LogResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LogResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetId(v string)
SetId sets Id field to given value.
func (o *LogResponse) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *LogResponse) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *LogResponse) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *LogResponse) GetLivemode() bool
GetLivemode returns the Livemode field if non-nil, zero value otherwise.
func (o *LogResponse) GetLivemodeOk() (*bool, bool)
GetLivemodeOk returns a tuple with the Livemode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetLivemode(v bool)
SetLivemode sets Livemode field to given value.
func (o *LogResponse) GetLoggableId() string
GetLoggableId returns the LoggableId field if non-nil, zero value otherwise.
func (o *LogResponse) GetLoggableIdOk() (*string, bool)
GetLoggableIdOk returns a tuple with the LoggableId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetLoggableId(v string)
SetLoggableId sets LoggableId field to given value.
func (o *LogResponse) HasLoggableId() bool
HasLoggableId returns a boolean if a field has been set.
func (o *LogResponse) SetLoggableIdNil(b bool)
SetLoggableIdNil sets the value for LoggableId to be an explicit nil
func (o *LogResponse) UnsetLoggableId()
UnsetLoggableId ensures that no value is present for LoggableId, not even an explicit nil
func (o *LogResponse) GetLoggableType() string
GetLoggableType returns the LoggableType field if non-nil, zero value otherwise.
func (o *LogResponse) GetLoggableTypeOk() (*string, bool)
GetLoggableTypeOk returns a tuple with the LoggableType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetLoggableType(v string)
SetLoggableType sets LoggableType field to given value.
func (o *LogResponse) HasLoggableType() bool
HasLoggableType returns a boolean if a field has been set.
func (o *LogResponse) SetLoggableTypeNil(b bool)
SetLoggableTypeNil sets the value for LoggableType to be an explicit nil
func (o *LogResponse) UnsetLoggableType()
UnsetLoggableType ensures that no value is present for LoggableType, not even an explicit nil
func (o *LogResponse) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *LogResponse) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *LogResponse) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *LogResponse) GetOauthTokenId() string
GetOauthTokenId returns the OauthTokenId field if non-nil, zero value otherwise.
func (o *LogResponse) GetOauthTokenIdOk() (*string, bool)
GetOauthTokenIdOk returns a tuple with the OauthTokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetOauthTokenId(v string)
SetOauthTokenId sets OauthTokenId field to given value.
func (o *LogResponse) HasOauthTokenId() bool
HasOauthTokenId returns a boolean if a field has been set.
func (o *LogResponse) SetOauthTokenIdNil(b bool)
SetOauthTokenIdNil sets the value for OauthTokenId to be an explicit nil
func (o *LogResponse) UnsetOauthTokenId()
UnsetOauthTokenId ensures that no value is present for OauthTokenId, not even an explicit nil
func (o *LogResponse) GetQueryString() map[string]interface{}
GetQueryString returns the QueryString field if non-nil, zero value otherwise.
func (o *LogResponse) GetQueryStringOk() (*map[string]interface{}, bool)
GetQueryStringOk returns a tuple with the QueryString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetQueryString(v map[string]interface{})
SetQueryString sets QueryString field to given value.
func (o *LogResponse) HasQueryString() bool
HasQueryString returns a boolean if a field has been set.
func (o *LogResponse) GetRelated() string
GetRelated returns the Related field if non-nil, zero value otherwise.
func (o *LogResponse) GetRelatedOk() (*string, bool)
GetRelatedOk returns a tuple with the Related field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetRelated(v string)
SetRelated sets Related field to given value.
func (o *LogResponse) HasRelated() bool
HasRelated returns a boolean if a field has been set.
func (o *LogResponse) GetRequestBody() map[string]interface{}
GetRequestBody returns the RequestBody field if non-nil, zero value otherwise.
func (o *LogResponse) GetRequestBodyOk() (*map[string]interface{}, bool)
GetRequestBodyOk returns a tuple with the RequestBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetRequestBody(v map[string]interface{})
SetRequestBody sets RequestBody field to given value.
func (o *LogResponse) HasRequestBody() bool
HasRequestBody returns a boolean if a field has been set.
func (o *LogResponse) GetRequestHeaders() map[string]string
GetRequestHeaders returns the RequestHeaders field if non-nil, zero value otherwise.
func (o *LogResponse) GetRequestHeadersOk() (*map[string]string, bool)
GetRequestHeadersOk returns a tuple with the RequestHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetRequestHeaders(v map[string]string)
SetRequestHeaders sets RequestHeaders field to given value.
func (o *LogResponse) HasRequestHeaders() bool
HasRequestHeaders returns a boolean if a field has been set.
func (o *LogResponse) GetResponseBody() map[string]interface{}
GetResponseBody returns the ResponseBody field if non-nil, zero value otherwise.
func (o *LogResponse) GetResponseBodyOk() (*map[string]interface{}, bool)
GetResponseBodyOk returns a tuple with the ResponseBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetResponseBody(v map[string]interface{})
SetResponseBody sets ResponseBody field to given value.
func (o *LogResponse) HasResponseBody() bool
HasResponseBody returns a boolean if a field has been set.
func (o *LogResponse) GetResponseHeaders() map[string]string
GetResponseHeaders returns the ResponseHeaders field if non-nil, zero value otherwise.
func (o *LogResponse) GetResponseHeadersOk() (*map[string]string, bool)
GetResponseHeadersOk returns a tuple with the ResponseHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetResponseHeaders(v map[string]string)
SetResponseHeaders sets ResponseHeaders field to given value.
func (o *LogResponse) HasResponseHeaders() bool
HasResponseHeaders returns a boolean if a field has been set.
func (o *LogResponse) GetSearchableTags() []string
GetSearchableTags returns the SearchableTags field if non-nil, zero value otherwise.
func (o *LogResponse) GetSearchableTagsOk() (*[]string, bool)
GetSearchableTagsOk returns a tuple with the SearchableTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetSearchableTags(v []string)
SetSearchableTags sets SearchableTags field to given value.
func (o *LogResponse) HasSearchableTags() bool
HasSearchableTags returns a boolean if a field has been set.
func (o *LogResponse) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *LogResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *LogResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *LogResponse) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *LogResponse) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *LogResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *LogResponse) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *LogResponse) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LogResponse) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *LogResponse) GetUserAccountId() string
GetUserAccountId returns the UserAccountId field if non-nil, zero value otherwise.
func (o *LogResponse) GetUserAccountIdOk() (*string, bool)
GetUserAccountIdOk returns a tuple with the UserAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetUserAccountId(v string)
SetUserAccountId sets UserAccountId field to given value.
func (o *LogResponse) HasUserAccountId() bool
HasUserAccountId returns a boolean if a field has been set.
func (o *LogResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *LogResponse) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *LogResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.