GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse (google_api_service_usage v0.27.0)
View SourceThe response of analyzing a consumer policy update.
Attributes
-
analysis
(type:list(GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysis.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
@type t() :: %GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse{ analysis: [GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysis.t()] | nil }