google_api_dns v0.15.0 GoogleApi.DNS.V1.Model.Operation View Source

Attributes

  • dnsKeyContext (type: GoogleApi.DNS.V1.Model.OperationDnsKeyContext.t, default: nil) -
  • id (type: String.t, default: nil) -
  • kind (type: String.t, default: dns#operation) - Identifies what kind of resource this is. Value: the fixed string "dns#operation".
  • startTime (type: String.t, default: nil) -
  • status (type: String.t, default: nil) -
  • type (type: String.t, default: nil) -
  • user (type: String.t, default: nil) -
  • zoneContext (type: GoogleApi.DNS.V1.Model.OperationManagedZoneContext.t, default: nil) -

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.Operation{
  dnsKeyContext: GoogleApi.DNS.V1.Model.OperationDnsKeyContext.t(),
  id: String.t(),
  kind: String.t(),
  startTime: String.t(),
  status: String.t(),
  type: String.t(),
  user: String.t(),
  zoneContext: GoogleApi.DNS.V1.Model.OperationManagedZoneContext.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.