AppliedLabel class

Details of the label applied on the resource.

Constructors

AppliedLabel.new({List<FieldValue>? fieldValues, String? id, Reason? reason, String? title})
AppliedLabel.fromJson(Map json_)

Properties

fieldValues List<FieldValue>?
List of fields which are part of the label and have been set by the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Identifier of the label - Only the label id, not the full OnePlatform resource name.
getter/setter pair
reason Reason?
The reason why the label was applied on the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title of the label
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