Class EmailVerificationData
Display data for verifications through email.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class EmailVerificationData : IDirectResponseSchema
Properties
Domain
Domain name in the email address. e.g. "gmail.com" in foo@gmail.com
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsUserNameEditable
Whether client is allowed to provide a different user name.
Declaration
[JsonProperty("isUserNameEditable")]
public virtual bool? IsUserNameEditable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
User
User name in the email address. e.g. "foo" in foo@gmail.com
Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type | Description |
---|---|
string |