View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityReportMetadata (google_api_apigee v0.46.0)

Metadata for the security report.

Attributes

  • dimensions (type: list(String.t), default: nil) - Dimensions of the SecurityReport.
  • endTimestamp (type: DateTime.t, default: nil) - End timestamp of the query range.
  • metrics (type: list(String.t), default: nil) - Metrics of the SecurityReport. Example: ["name:bot_count,func:sum,alias:sum_bot_count"]
  • mimeType (type: String.t, default: nil) - MIME type / Output format.
  • startTimestamp (type: DateTime.t, default: nil) - Start timestamp of the query range.
  • timeUnit (type: String.t, default: nil) - Query GroupBy time unit. Example: "seconds", "minute", "hour"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityReportMetadata{
  dimensions: [String.t()] | nil,
  endTimestamp: DateTime.t() | nil,
  metrics: [String.t()] | nil,
  mimeType: String.t() | nil,
  startTimestamp: DateTime.t() | nil,
  timeUnit: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.