Class DeveloperDetails
The developer details of a Google Play app.
Implements
Inherited Members
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 |