getCannedMessageModuleMessagesResponse property

  1. @TagNumber(11)
String get getCannedMessageModuleMessagesResponse

Get the Canned Message Module messages in the response to this message.

Implementation

@$pb.TagNumber(11)
$core.String get getCannedMessageModuleMessagesResponse => $_getSZ(9);
  1. @TagNumber(11)
set getCannedMessageModuleMessagesResponse (String value)

Implementation

@$pb.TagNumber(11)
set getCannedMessageModuleMessagesResponse($core.String value) =>
    $_setString(9, value);