Show / Hide Table of Contents

Class InternalAppSharingArtifact

An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX