Class: Google::Apis::AccesscontextmanagerV1::ReplaceAccessLevelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AccesscontextmanagerV1::ReplaceAccessLevelsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/accesscontextmanager_v1/classes.rb,
generated/google/apis/accesscontextmanager_v1/representations.rb,
generated/google/apis/accesscontextmanager_v1/representations.rb
Overview
A response to ReplaceAccessLevelsRequest. This will be put inside of Operation. response field.
Instance Attribute Summary collapse
-
#access_levels ⇒ Array<Google::Apis::AccesscontextmanagerV1::AccessLevel>
List of the Access Level instances.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReplaceAccessLevelsResponse
constructor
A new instance of ReplaceAccessLevelsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReplaceAccessLevelsResponse
Returns a new instance of ReplaceAccessLevelsResponse.
1071 1072 1073 |
# File 'generated/google/apis/accesscontextmanager_v1/classes.rb', line 1071 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access_levels ⇒ Array<Google::Apis::AccesscontextmanagerV1::AccessLevel>
List of the Access Level instances.
Corresponds to the JSON property accessLevels
1069 1070 1071 |
# File 'generated/google/apis/accesscontextmanager_v1/classes.rb', line 1069 def access_levels @access_levels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1076 1077 1078 |
# File 'generated/google/apis/accesscontextmanager_v1/classes.rb', line 1076 def update!(**args) @access_levels = args[:access_levels] if args.key?(:access_levels) end |