View Source GoogleApi.ServiceControl.V2.Model.ReportRequest (google_api_service_control v0.40.0)

Request message for the Report method.

Attributes

  • operations (type: list(GoogleApi.ServiceControl.V2.Model.AttributeContext.t), default: nil) - Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.
  • serviceConfigId (type: String.t, default: nil) - Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceControl.V2.Model.ReportRequest{
  operations: [GoogleApi.ServiceControl.V2.Model.AttributeContext.t()] | nil,
  serviceConfigId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.