Show / Hide Table of Contents

Class PackageRegistrationStatus

Resource message PackageRegistrationStatus.

Inheritance
object
PackageRegistrationStatus
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX