GoogleApi.ServiceNetworking.V1.Model.Aspect (google_api_service_networking v0.40.0)

View Source

Aspect represents Generic aspect. It is used to configure an aspect without making direct changes to service.proto

Attributes

  • kind (type: String.t, default: nil) - The type of this aspect configuration.
  • spec (type: map(), default: nil) - Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under apiserving/configaspects/proto.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.Aspect{
  kind: String.t() | nil,
  spec: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.