GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2alphaEnableRule (google_api_service_usage v0.27.0)
View SourceThe consumer policy rule that defines enabled services, groups, and categories.
Attributes
-
services
(type:list(String.t)
, default:nil
) - The names of the services that are enabled. Example:services/storage.googleapis.com
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV2alphaEnableRule{ services: [String.t()] | nil }