Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedCallMetadata

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

Metadata required to generate call artifacts. This can either be the metadata for a Meet or, in the future, Google Voice call.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedCallMetadata

Returns a new instance of AppsDynamiteSharedCallMetadata.



1218
1219
1220
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1218

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

Instance Attribute Details

#meet_metadataGoogle::Apis::CloudsearchV1::AppsDynamiteSharedMeetMetadata

Metadata specific for a Meet call that are required to generate call artifacts. Corresponds to the JSON property meetMetadata



1216
1217
1218
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1216

def 
  @meet_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1223
1224
1225
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1223

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