Class RotateAppSigningKeyResponse
Response to rotate an app's signing key.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RotateAppSigningKeyResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RotatedKeyCertificate
The rotated key certificate hashes for the app. Always set.
Declaration
[JsonProperty("rotatedKeyCertificate")]
public virtual CertificateHashes RotatedKeyCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| CertificateHashes |