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

View Source

A message to group impacts of updating a policy.

Attributes

  • detail (type: String.t, default: nil) - Output only. User friendly impact detail in a free form message.
  • impactType (type: String.t, default: nil) - Output only. The type of impact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaImpact{
  detail: String.t() | nil,
  impactType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.