Class ContentProviderEndpoint
This feature is not generally available.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ContentProviderEndpoint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
This feature is not generally available.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
SigningCertsSha256
Required. This feature is not generally available.
Declaration
[JsonProperty("signingCertsSha256")]
public virtual IList<string> SigningCertsSha256 { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Uri
This feature is not generally available.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |