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.



1135
1136
1137
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1135

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



1133
1134
1135
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1133

def 
  @meet_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1140
1141
1142
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1140

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