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.



1274
1275
1276
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1274

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



1272
1273
1274
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1272

def 
  @meet_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1279
1280
1281
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1279

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