GoogleChromePolicyVersionsV1PolicyApiLifecycle class

Lifecycle information.

Constructors

GoogleChromePolicyVersionsV1PolicyApiLifecycle({List<String>? deprecatedInFavorOf, String? description, GoogleTypeDate? endSupport, String? policyApiLifecycleStage, List<String>? scheduledToDeprecatePolicies})
GoogleChromePolicyVersionsV1PolicyApiLifecycle.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?
Indicates 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
scheduledToDeprecatePolicies List<String>?
Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies that will be deprecated because of introduction of this policy.
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