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

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) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.