OSPolicyAssignmentOperationMetadata class

OS policy assignment operation metadata provided by OS policy assignment API methods that return long running operations.

Constructors

OSPolicyAssignmentOperationMetadata({String? apiMethod, String? osPolicyAssignment, String? rolloutStartTime, String? rolloutState, String? rolloutUpdateTime})
OSPolicyAssignmentOperationMetadata.fromJson(Map _json)

Properties

apiMethod String?
The OS policy assignment API method. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
osPolicyAssignment String?
Reference to the OSPolicyAssignment API resource.
getter/setter pair
rolloutStartTime String?
Rollout start time
getter/setter pair
rolloutState String?
State of the rollout Possible string values are:
getter/setter pair
rolloutUpdateTime String?
Rollout update time
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