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

View Source

A message to group the analysis information.

Attributes

  • analysis (type: GoogleApi.ServiceUsage.V1.Model.AnalysisResult.t, default: nil) - Output only. Analysis result of updating a policy.
  • analysisType (type: String.t, default: nil) - Output only. The type of analysis.
  • displayName (type: String.t, default: nil) - Output only. The user friendly display name of the analysis type. E.g. service dependency analysis, service resource usage analysis, etc.
  • service (type: String.t, default: nil) - The names of the service that has analysis result of warnings or blockers. Example: services/storage.googleapis.com.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceUsage.V1.Model.Analysis{
  analysis: GoogleApi.ServiceUsage.V1.Model.AnalysisResult.t() | nil,
  analysisType: String.t() | nil,
  displayName: String.t() | nil,
  service: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.