Class: Google::Apis::AccesscontextmanagerV1::ReplaceAccessLevelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AccesscontextmanagerV1::ReplaceAccessLevelsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/accesscontextmanager_v1/classes.rb,
lib/google/apis/accesscontextmanager_v1/representations.rb,
lib/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.
1659 1660 1661 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1659 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
1657 1658 1659 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1657 def access_levels @access_levels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1664 1665 1666 |
# File 'lib/google/apis/accesscontextmanager_v1/classes.rb', line 1664 def update!(**args) @access_levels = args[:access_levels] if args.key?(:access_levels) end |