fulfillmentResponse property

  1. @TagNumber(1)
WebhookResponse_FulfillmentResponse fulfillmentResponse

Implementation

@$pb.TagNumber(1)
WebhookResponse_FulfillmentResponse get fulfillmentResponse => $_getN(0);
  1. @TagNumber(1)
void fulfillmentResponse=(WebhookResponse_FulfillmentResponse v)

Implementation

@$pb.TagNumber(1)
set fulfillmentResponse(WebhookResponse_FulfillmentResponse v) {
  setField(1, v);
}