Class: Google::Apps::Meet::V2::GetTranscriptRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::GetTranscriptRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Request for GetTranscript method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the transcript.
272 273 274 275 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 272 class GetTranscriptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |