Class: Google::Apis::AccesscontextmanagerV1::ReplaceServicePerimetersResponse
- Inherits:
-
Object
- Object
- Google::Apis::AccesscontextmanagerV1::ReplaceServicePerimetersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/accesscontextmanager_v1/classes.rb,
generated/google/apis/accesscontextmanager_v1/representations.rb,
generated/google/apis/accesscontextmanager_v1/representations.rb
Overview
A response to ReplaceServicePerimetersRequest. This will be put inside of Operation.response field.
Instance Attribute Summary collapse
-
#service_perimeters ⇒ Array<Google::Apis::AccesscontextmanagerV1::ServicePerimeter>
List of the Service Perimeter instances.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReplaceServicePerimetersResponse
constructor
A new instance of ReplaceServicePerimetersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReplaceServicePerimetersResponse
Returns a new instance of ReplaceServicePerimetersResponse.
1123 1124 1125 |
# File 'generated/google/apis/accesscontextmanager_v1/classes.rb', line 1123 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_perimeters ⇒ Array<Google::Apis::AccesscontextmanagerV1::ServicePerimeter>
List of the Service Perimeter instances.
Corresponds to the JSON property servicePerimeters
1121 1122 1123 |
# File 'generated/google/apis/accesscontextmanager_v1/classes.rb', line 1121 def service_perimeters @service_perimeters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1128 1129 1130 |
# File 'generated/google/apis/accesscontextmanager_v1/classes.rb', line 1128 def update!(**args) @service_perimeters = args[:service_perimeters] if args.key?(:service_perimeters) end |