Class PackageRegistrationStatus
Resource message PackageRegistrationStatus.
Implements
Inherited Members
Namespace: Google.Apis.AndroidDeveloperIDStatus.v1.Data
Assembly: Google.Apis.AndroidDeveloperIDStatus.v1.dll
Syntax
public class PackageRegistrationStatus : IDirectResponseSchema
Properties
CertificateFingerprint
Output only. The SHA-256 fingerprint of the public certificate represented as a 64-character lowercase
hexadecimal string without any colons or separators (e.g.,
d6ac89ed1d0a805aad4b087d06d5f41645b814480b133fbc867ef7498d069e06).
Declaration
[JsonProperty("certificateFingerprint")]
public virtual string CertificateFingerprint { 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 |
Name
Identifier. The name of the package registration status resource. Format:
packages/{package}/packageRegistrationStatus {package} must follow the specific format: The
fully-qualified Android package name with dots ('.') replaced by hyphens ('-') (e.g., com-example-app
instead of com.example.app).
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. Registration state of the package, or pair.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |