GoogleApi.ServiceUsage.V1.Model.AnalysisResult (google_api_service_usage v0.27.0)
View SourceAn analysis result including blockers and warnings.
Attributes
-
blockers
(type:list(GoogleApi.ServiceUsage.V1.Model.Impact.t)
, default:nil
) - Blocking information that would prevent the policy changes at runtime. -
warnings
(type:list(GoogleApi.ServiceUsage.V1.Model.Impact.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
@type t() :: %GoogleApi.ServiceUsage.V1.Model.AnalysisResult{ blockers: [GoogleApi.ServiceUsage.V1.Model.Impact.t()] | nil, warnings: [GoogleApi.ServiceUsage.V1.Model.Impact.t()] | nil }