GoogleApi.GmailPostmasterTools.V1beta1.Model.Domain (google_api_gmail_postmaster_tools v0.5.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 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.GmailPostmasterTools.V1beta1.Model.Domain{
createTime: DateTime.t() | nil,
name: String.t() | nil,
permission: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.