Show / Hide Table of Contents

Class Version

Application software version.

Inheritance
object
Version
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.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Version : IDirectResponseSchema

Properties

BuildVersion

Mobile only. One display_version can have many build_version. On Android, strictly the same as "version code". On iOS, strictly the same as "build number" or CFBundleVersion.

Declaration
[JsonProperty("buildVersion")]
public virtual string BuildVersion { get; set; }
Property Value
Type Description
string

DisplayName

Compound readable string containing both display and build versions. Format: "display_version (build_version)" e.g. "1.2.3 (456)". This string can be used for filtering with the VersionFilter.display_name field.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

DisplayVersion

Readable version string, e.g. "1.2.3". On Android, strictly the same as "version name". On iOS, strictly the same as "version number" or CFBundleShortVersionString.

Declaration
[JsonProperty("displayVersion")]
public virtual string DisplayVersion { 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

Tracks

Indicates releases which have artifacts that are currently available in the Play Store to the target audience of the track. Versions may be available in multiple tracks.

Declaration
[JsonProperty("tracks")]
public virtual IList<PlayTrack> Tracks { get; set; }
Property Value
Type Description
IList<PlayTrack>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX