Class: Google::Apis::AccesscontextmanagerV1::ReplaceServicePerimetersResponse
- Inherits:
-
Object
- Object
- Google::Apis::AccesscontextmanagerV1::ReplaceServicePerimetersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/accesscontextmanager_v1/classes.rb,
lib/google/apis/accesscontextmanager_v1/representations.rb,
lib/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.
1990 1991 1992 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1990 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
1988 1989 1990 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1988 def service_perimeters @service_perimeters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1995 1996 1997 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1995 def update!(**args) @service_perimeters = args[:service_perimeters] if args.key?(:service_perimeters) end |