google_api_cloud_error_reporting v0.3.0 GoogleApi.CloudErrorReporting.V1beta1.Model.ListGroupStatsResponse View Source
Contains a set of requested error group stats.
Attributes
- errorGroupStats (list(GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroupStats.t)): The error group stats which match the given request. Defaults to
nil
. - nextPageToken (String.t): If non-empty, more results are available.
Pass this token, along with the same query parameters as the first
request, to view the next page of results. Defaults to
nil
. - timeRangeBegin (DateTime.t): The timestamp specifies the start time to which the request was restricted.
The start time is set based on the requested time range. It may be adjusted
to a later time if a project has exceeded the storage quota and older data
has been deleted. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ListGroupStatsResponse{
errorGroupStats: [
GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroupStats.t()
],
nextPageToken: String.t(),
timeRangeBegin: DateTime.t()
}
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.ListGroupStatsResponse{ errorGroupStats: [ GoogleApi.CloudErrorReporting.V1beta1.Model.ErrorGroupStats.t() ], nextPageToken: String.t(), timeRangeBegin: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.