Show / Hide Table of Contents

Class DeveloperDetails

The developer details of a Google Play app.

Inheritance
object
DeveloperDetails
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class DeveloperDetails : IDirectResponseSchema

Properties

Address

The physical address of the developer.

Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type Description
string

ContactEmail

The contact email of the developer.

Declaration
[JsonProperty("contactEmail")]
public virtual string ContactEmail { get; set; }
Property Value
Type Description
string

DeveloperName

The developer name of the app.

Declaration
[JsonProperty("developerName")]
public virtual string DeveloperName { 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

PhoneNumber

The phone number of the developer.

Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type Description
string

Website

The website of the developer.

Declaration
[JsonProperty("website")]
public virtual string Website { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX