GoogleApi.ServiceUsage.V1.Model.AnalyzeConsumerPolicyResponse (google_api_service_usage v0.27.0)

View Source

The response of analyzing a consumer policy update.

Attributes

  • analysis (type: list(GoogleApi.ServiceUsage.V1.Model.Analysis.t), default: nil) - The list of analyses returned from performing the intended policy update analysis. The analysis is grouped by service name and different analysis types. The empty analysis list means that the consumer policy can be updated without any warnings or blockers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceUsage.V1.Model.AnalyzeConsumerPolicyResponse{
  analysis: [GoogleApi.ServiceUsage.V1.Model.Analysis.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.