ReplaceServicePerimetersRequest class
A request to replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided.
This is done atomically.
Constructors
-
ReplaceServicePerimetersRequest({String? etag, List<
ServicePerimeter> ? servicePerimeters}) - ReplaceServicePerimetersRequest.fromJson(Map json_)
Properties
- etag ↔ String?
-
The etag for the version of the Access Policy that this replace operation
is to be performed on.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
servicePerimeters
↔ List<
ServicePerimeter> ? -
The desired Service Perimeters that should replace all existing Service
Perimeters in the Access 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