Class: Google::Apis::CloudsearchV1::ChatConserverDynamitePlaceholderMetadataVideoCallMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ChatConserverDynamitePlaceholderMetadataVideoCallMetadata

Returns a new instance of ChatConserverDynamitePlaceholderMetadataVideoCallMetadata.



5592
5593
5594
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5592

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#meeting_urlString

Corresponds to the JSON property meetingUrl

Returns:

  • (String)


5590
5591
5592
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5590

def meeting_url
  @meeting_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5597
5598
5599
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5597

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