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

Request message for the Check method.

Attributes

  • attributes (type: GoogleApi.ServiceControl.V2.Model.AttributeContext.t, default: nil) - Describes attributes about the operation being executed by the service.
  • flags (type: String.t, default: nil) - Optional. Contains a comma-separated list of flags.
  • resources (type: list(GoogleApi.ServiceControl.V2.Model.ResourceInfo.t), default: nil) - Describes the resources and the policies applied to each resource.
  • 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.CheckRequest{
  attributes: GoogleApi.ServiceControl.V2.Model.AttributeContext.t() | nil,
  flags: String.t() | nil,
  resources: [GoogleApi.ServiceControl.V2.Model.ResourceInfo.t()] | nil,
  serviceConfigId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.