customCloudFunctionIdentifier property
@doc The identifier of the custom cloud function to call.
Implementation
@$pb.TagNumber(1)
FFIdentifier get customCloudFunctionIdentifier => $_getN(0);
Implementation
@$pb.TagNumber(1)
set customCloudFunctionIdentifier(FFIdentifier value) => $_setField(1, value);