Show / Hide Table of Contents

Class ContactInfo

Contact details for managed Google Play enterprises.

Inheritance
object
ContactInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX