Class: Google::Apis::VaultV1::TeamDriveInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TeamDriveInfo

Returns a new instance of TeamDriveInfo.



1421
1422
1423
# File 'generated/google/apis/vault_v1/classes.rb', line 1421

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#team_drive_idsArray<String>

List of Team Drive ids, as provided by Drive API. Corresponds to the JSON property teamDriveIds

Returns:

  • (Array<String>)


1419
1420
1421
# File 'generated/google/apis/vault_v1/classes.rb', line 1419

def team_drive_ids
  @team_drive_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1426
1427
1428
# File 'generated/google/apis/vault_v1/classes.rb', line 1426

def update!(**args)
  @team_drive_ids = args[:team_drive_ids] if args.key?(:team_drive_ids)
end