Class InternalAppSharingArtifact
An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.
Inheritance
System.Object
InternalAppSharingArtifact
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |