Class: Google::Apis::AccesscontextmanagerV1::ReplaceServicePerimetersResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_perimetersArray<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