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



1438
1439
1440
# File 'generated/google/apis/vault_v1/classes.rb', line 1438

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>)


1436
1437
1438
# File 'generated/google/apis/vault_v1/classes.rb', line 1436

def team_drive_ids
  @team_drive_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1443
1444
1445
# File 'generated/google/apis/vault_v1/classes.rb', line 1443

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