View Source GoogleApi.ServiceUsage.V1.Model.AddEnableRulesResponse (google_api_service_usage v0.19.0)

The response message of AddEnableRules method.

Attributes

  • addedValues (type: list(String.t), default: nil) - The values added to the parent consumer policy.
  • parent (type: String.t, default: nil) - The parent consumer policy. It can be projects/12345/consumerPolicies/default, or folders/12345/consumerPolicies/default, or organizations/12345/consumerPolicies/default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceUsage.V1.Model.AddEnableRulesResponse{
  addedValues: [String.t()] | nil,
  parent: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.