Class InternalAppSharingArtifact
An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class InternalAppSharingArtifact : IDirectResponseSchema
Properties
CertificateFingerprint
The sha256 fingerprint of the certificate used to sign the generated artifact.
Declaration
[JsonProperty("certificateFingerprint")]
public virtual string CertificateFingerprint { get; set; }
Property Value
Type | Description |
---|---|
string |
DownloadUrl
The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
Declaration
[JsonProperty("downloadUrl")]
public virtual string DownloadUrl { 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 |
Sha256
The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
Declaration
[JsonProperty("sha256")]
public virtual string Sha256 { get; set; }
Property Value
Type | Description |
---|---|
string |