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

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

Team Drives to search

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TeamDriveInfo

Returns a new instance of TeamDriveInfo.



1818
1819
1820
# File 'lib/google/apis/vault_v1/classes.rb', line 1818

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

Instance Attribute Details

#team_drive_idsArray<String>

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

Returns:

  • (Array<String>)


1816
1817
1818
# File 'lib/google/apis/vault_v1/classes.rb', line 1816

def team_drive_ids
  @team_drive_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1823
1824
1825
# File 'lib/google/apis/vault_v1/classes.rb', line 1823

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