Class: Google::Apis::VaultV1::DriveDocumentInfo
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::DriveDocumentInfo
- 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
The Drive documents to search.
Instance Attribute Summary collapse
-
#document_ids ⇒ Google::Apis::VaultV1::DriveDocumentIds
Specify Drive documents by document ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DriveDocumentInfo
constructor
A new instance of DriveDocumentInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DriveDocumentInfo
Returns a new instance of DriveDocumentInfo.
568 569 570 |
# File 'lib/google/apis/vault_v1/classes.rb', line 568 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document_ids ⇒ Google::Apis::VaultV1::DriveDocumentIds
Specify Drive documents by document ID.
Corresponds to the JSON property documentIds
566 567 568 |
# File 'lib/google/apis/vault_v1/classes.rb', line 566 def document_ids @document_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
573 574 575 |
# File 'lib/google/apis/vault_v1/classes.rb', line 573 def update!(**args) @document_ids = args[:document_ids] if args.key?(:document_ids) end |