Class GetQuestionRequest (0.8.1)

GetQuestionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to get a previously created question.

Attributes

NameDescription
name str
Required. The unique identifier for the question. Example: ``projects/foo/locations/bar/questions/1234``
read_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be retrieved.

Inheritance

builtins.object > proto.message.Message > GetQuestionRequest