class Google::Apis::AccesscontextmanagerV1::ReplaceServicePerimetersResponse
A response to ReplaceServicePerimetersRequest
. This will be put inside of Operation.response
field.
Attributes
service_perimeters[RW]
List of the Service Perimeter instances. Corresponds to the JSON property `servicePerimeters` @return [Array<Google::Apis::AccesscontextmanagerV1::ServicePerimeter>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 1162 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 1167 def update!(**args) @service_perimeters = args[:service_perimeters] if args.key?(:service_perimeters) end