GoogleApi.GmailPostmasterTools.V1.Model.Domain (google_api_gmail_postmaster_tools v0.7.0)

View Source

A registered domain resource in the Postmaster API.

Attributes

  • createTime (type: DateTime.t, default: nil) - Timestamp when the user registered this domain. Assigned by the server.
  • name (type: String.t, default: nil) - The resource name of the Domain. Domain names have the form domains/{domain_name}, where domain_name is the fully qualified domain name (i.e., mymail.mydomain.com).
  • permission (type: String.t, default: nil) - User’s permission for this domain. Assigned by the server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GmailPostmasterTools.V1.Model.Domain{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  permission: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.