Class: Google::Apis::VaultV1::SharedDriveInfo
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::SharedDriveInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/google/apis/vault_v1/representations.rb
Overview
Shared drives to search
Instance Attribute Summary collapse
-
#shared_drive_ids ⇒ Array<String>
List of Shared drive IDs, as provided by Drive API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SharedDriveInfo
constructor
A new instance of SharedDriveInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SharedDriveInfo
Returns a new instance of SharedDriveInfo.
1745 1746 1747 |
# File 'lib/google/apis/vault_v1/classes.rb', line 1745 def initialize(**args) update!(**args) end |
Instance Attribute Details
#shared_drive_ids ⇒ Array<String>
List of Shared drive IDs, as provided by Drive API.
Corresponds to the JSON property sharedDriveIds
1743 1744 1745 |
# File 'lib/google/apis/vault_v1/classes.rb', line 1743 def shared_drive_ids @shared_drive_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1750 1751 1752 |
# File 'lib/google/apis/vault_v1/classes.rb', line 1750 def update!(**args) @shared_drive_ids = args[:shared_drive_ids] if args.key?(:shared_drive_ids) end |