class Google::Apis::AccesscontextmanagerV1beta::ListServicePerimetersResponse

A response to `ListServicePerimetersRequest`.

Attributes

next_page_token[RW]

The pagination token to retrieve the next page of results. If the value is empty, no further results remain. Corresponds to the JSON property `nextPageToken` @return [String]

service_perimeters[RW]

List of the Service Perimeter instances. Corresponds to the JSON property `servicePerimeters` @return [Array<Google::Apis::AccesscontextmanagerV1beta::ServicePerimeter>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/accesscontextmanager_v1beta/classes.rb, line 445
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_v1beta/classes.rb, line 450
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @service_perimeters = args[:service_perimeters] if args.key?(:service_perimeters)
end