Class: Google::Apis::CloudsearchV1::ChatConserverDynamitePlaceholderMetadataVideoCallMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ChatConserverDynamitePlaceholderMetadataVideoCallMetadata
- 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
A Meet initiated in Dynamite and its URL.
Instance Attribute Summary collapse
-
#meeting_url ⇒ String
Corresponds to the JSON property
meetingUrl
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ChatConserverDynamitePlaceholderMetadataVideoCallMetadata
constructor
A new instance of ChatConserverDynamitePlaceholderMetadataVideoCallMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ChatConserverDynamitePlaceholderMetadataVideoCallMetadata
Returns a new instance of ChatConserverDynamitePlaceholderMetadataVideoCallMetadata.
6059 6060 6061 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6059 def initialize(**args) update!(**args) end |
Instance Attribute Details
#meeting_url ⇒ String
Corresponds to the JSON property meetingUrl
6057 6058 6059 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6057 def meeting_url @meeting_url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6064 6065 6066 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6064 def update!(**args) @meeting_url = args[:meeting_url] if args.key?(:meeting_url) end |