View Source GoogleApi.DNS.V1.Model.ManagedZoneCloudLoggingConfig (google_api_dns v0.29.0)

Cloud Logging configurations for publicly visible zones.

Attributes

  • enableLogging (type: boolean(), default: nil) - If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
  • kind (type: String.t, default: dns#managedZoneCloudLoggingConfig) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DNS.V1.Model.ManagedZoneCloudLoggingConfig{
  enableLogging: boolean() | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.