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

The response message of RemoveEnableRules method.

Attributes

  • 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.
  • removedValues (type: list(String.t), default: nil) - The values removed from the parent consumer policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.