Class: Google::Apps::Meet::V2beta::GetRecordingRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::GetRecordingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/service.rb
Overview
Request message for GetRecording method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the recording.
366 367 368 369 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 366 class GetRecordingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |