InternalAppSharingArtifact class

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

Constructors

InternalAppSharingArtifact({String? certificateFingerprint, String? downloadUrl, String? sha256})
InternalAppSharingArtifact.fromJson(Map json_)

Properties

certificateFingerprint String?
The sha256 fingerprint of the certificate used to sign the generated artifact.
getter/setter pair
downloadUrl String?
The download URL generated for the uploaded artifact.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256 String?
The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited