class Google::Apis::AccesscontextmanagerV1::CommitServicePerimetersResponse
A response to CommitServicePerimetersRequest
. This will be put inside of Operation.response
field.
Attributes
service_perimeters[RW]
List of all the Service Perimeter instances in the Access Policy. 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 241 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 246 def update!(**args) @service_perimeters = args[:service_perimeters] if args.key?(:service_perimeters) end