Class: Google::Apis::VaultV1::TeamDriveInfo
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::TeamDriveInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb
Overview
Team Drives to search
Instance Attribute Summary collapse
-
#team_drive_ids ⇒ Array<String>
List of Team Drive ids, as provided by Drive API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TeamDriveInfo
constructor
A new instance of TeamDriveInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TeamDriveInfo
Returns a new instance of TeamDriveInfo
1412 1413 1414 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1412 def initialize(**args) update!(**args) end |
Instance Attribute Details
#team_drive_ids ⇒ Array<String>
List of Team Drive ids, as provided by Drive API.
Corresponds to the JSON property teamDriveIds
1410 1411 1412 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1410 def team_drive_ids @team_drive_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1417 1418 1419 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1417 def update!(**args) @team_drive_ids = args[:team_drive_ids] if args.key?(:team_drive_ids) end |