Class: Google::Apps::Meet::V2::GetTranscriptEntryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/service.rb

Overview

Request for GetTranscriptEntry method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the TranscriptEntry.

Returns:

  • (::String)

    Required. Resource name of the TranscriptEntry.



313
314
315
316
# File 'proto_docs/google/apps/meet/v2/service.rb', line 313

class GetTranscriptEntryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end