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

View Source

An analysis result including blockers and warnings.

Attributes

  • blockers (type: list(GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaImpact.t), default: nil) - Blocking information that would prevent the policy changes at runtime.
  • warnings (type: list(GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaImpact.t), default: nil) - Warning information indicating that the policy changes might be unsafe, but will not block the changes at runtime.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysisResult{
    blockers:
      [GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaImpact.t()]
      | nil,
    warnings:
      [GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaImpact.t()]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.