GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysis (google_api_service_usage v0.27.0)
View SourceA message to group the analysis information.
Attributes
-
analysisResult
(type:GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysisResult.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
@type t() :: %GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysis{ analysisResult: GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2betaAnalysisResult.t() | nil, analysisType: String.t() | nil, displayName: String.t() | nil, service: String.t() | nil }