Class: Google::Apis::CloudsearchV1::DocumentInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DocumentInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Information on a document attached to an active conference.
Instance Attribute Summary collapse
-
#whiteboard_info ⇒ Google::Apis::CloudsearchV1::WhiteboardInfo
Information on a whiteboard attached to an active conference.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DocumentInfo
constructor
A new instance of DocumentInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DocumentInfo
Returns a new instance of DocumentInfo.
7862 7863 7864 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#whiteboard_info ⇒ Google::Apis::CloudsearchV1::WhiteboardInfo
Information on a whiteboard attached to an active conference. A whiteboard is
a Jam document.
Corresponds to the JSON property whiteboardInfo
7860 7861 7862 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7860 def whiteboard_info @whiteboard_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7867 7868 7869 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7867 def update!(**args) @whiteboard_info = args[:whiteboard_info] if args.key?(:whiteboard_info) end |