class Google::Apis::AccesscontextmanagerV1::ReplaceAccessLevelsResponse
A response to ReplaceAccessLevelsRequest
. This will be put inside of Operation
. response field.
Attributes
access_levels[RW]
List of the Access Level instances. Corresponds to the JSON property `accessLevels` @return [Array<Google::Apis::AccesscontextmanagerV1::AccessLevel>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/accesscontextmanager_v1/classes.rb, line 1110 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 1115 def update!(**args) @access_levels = args[:access_levels] if args.key?(:access_levels) end