PlatformBranchSummary class

Summary information about a platform branch.

Constructors

PlatformBranchSummary({String? branchName, int? branchOrder, String? lifecycleState, String? platformName, List<String>? supportedTierList})
PlatformBranchSummary.fromXml(XmlElement elem)
factory

Properties

branchName String?
The name of the platform branch.
final
branchOrder int?
An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the ListPlatformBranches action and then displays a list of platform branches.
final
hashCode int
The hash code for this object.
no setterinherited
lifecycleState String?
The support life cycle state of the platform branch.
final
platformName String?
The name of the platform to which this platform branch belongs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTierList List<String>?
The environment tiers that platform versions in this branch support.
final

Methods

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

Operators

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