GoogleAppsDriveLabelsV2LabelLock class
A Lock that can be applied to a Label, Field, or Choice.
Constructors
- GoogleAppsDriveLabelsV2LabelLock({GoogleAppsDriveLabelsV2LabelLockCapabilities? capabilities, String? choiceId, String? createTime, GoogleAppsDriveLabelsV2UserInfo? creator, String? deleteTime, String? fieldId, String? name, String? state})
- GoogleAppsDriveLabelsV2LabelLock.fromJson(Map json_)
Properties
- capabilities ↔ GoogleAppsDriveLabelsV2LabelLockCapabilities?
-
The user's capabilities on this LabelLock.
getter/setter pair
- choiceId ↔ String?
-
The ID of the Selection Field Choice that should be locked.
getter/setter pair
- createTime ↔ String?
-
The time this LabelLock was created.
getter/setter pair
- creator ↔ GoogleAppsDriveLabelsV2UserInfo?
-
The user whose credentials were used to create the LabelLock.
getter/setter pair
- deleteTime ↔ String?
-
A timestamp indicating when this LabelLock was scheduled for deletion.
getter/setter pair
- fieldId ↔ String?
-
The ID of the Field that should be locked.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name of this LabelLock.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
This LabelLock's state.
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