GoogleApi.GmailPostmasterTools.V1beta1.Model.Domain (google_api_gmail_postmaster_tools v0.7.0)
View SourceA 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 formdomains/{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
@type t() :: %GoogleApi.GmailPostmasterTools.V1beta1.Model.Domain{ createTime: DateTime.t() | nil, name: String.t() | nil, permission: String.t() | nil }