ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle class

Constructors

ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle.new({List<String>? deprecatedInFavorOf, String? description, GoogleTypeDate? endSupport, String? policyApiLifecycleStage})
ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle.fromJson(Map json_)

Properties

deprecatedInFavorOf List<String>?
In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI.
getter/setter pair
description String?
Description about current life cycle.
getter/setter pair
endSupport GoogleTypeDate?
End supporting date for current policy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
policyApiLifecycleStage String?
Indicate current life cycle stage of the policy API. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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