Class ContactInfo
Contact details for managed Google Play enterprises.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ContactInfo : IDirectResponseSchema
Properties
ContactEmail
Email address for a point of contact, which will be used to send important announcements related to managed Google Play.
Declaration
[JsonProperty("contactEmail")]
public virtual string ContactEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
DataProtectionOfficerEmail
The email of the data protection officer. The email is validated but not verified.
Declaration
[JsonProperty("dataProtectionOfficerEmail")]
public virtual string DataProtectionOfficerEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
DataProtectionOfficerName
The name of the data protection officer.
Declaration
[JsonProperty("dataProtectionOfficerName")]
public virtual string DataProtectionOfficerName { get; set; }
Property Value
Type | Description |
---|---|
string |
DataProtectionOfficerPhone
The phone number of the data protection officer The phone number is validated but not verified.
Declaration
[JsonProperty("dataProtectionOfficerPhone")]
public virtual string DataProtectionOfficerPhone { 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 |
EuRepresentativeEmail
The email of the EU representative. The email is validated but not verified.
Declaration
[JsonProperty("euRepresentativeEmail")]
public virtual string EuRepresentativeEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
EuRepresentativeName
The name of the EU representative.
Declaration
[JsonProperty("euRepresentativeName")]
public virtual string EuRepresentativeName { get; set; }
Property Value
Type | Description |
---|---|
string |
EuRepresentativePhone
The phone number of the EU representative. The phone number is validated but not verified.
Declaration
[JsonProperty("euRepresentativePhone")]
public virtual string EuRepresentativePhone { get; set; }
Property Value
Type | Description |
---|---|
string |