customCloudFunctionCall property

  1. @TagNumber(78)
FFCustomCloudFunctionCall get customCloudFunctionCall

@doc Cloud function call.

Implementation

@$pb.TagNumber(78)
FFCustomCloudFunctionCall get customCloudFunctionCall => $_getN(77);
  1. @TagNumber(78)
set customCloudFunctionCall (FFCustomCloudFunctionCall value)

Implementation

@$pb.TagNumber(78)
set customCloudFunctionCall(FFCustomCloudFunctionCall value) =>
    $_setField(78, value);