class Google::Apis::VaultV1::TeamDriveInfo
Team Drives to search
Attributes
team_drive_ids[RW]
List of Team Drive IDs, as provided by the [Drive API](developers. google.com/drive). Corresponds to the JSON property `teamDriveIds` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1817 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 1822 def update!(**args) @team_drive_ids = args[:team_drive_ids] if args.key?(:team_drive_ids) end