settings property

@doc The settings for the custom cloud function.

Implementation

@$pb.TagNumber(5)
FFCustomCloudFunctionSettings get settings => $_getN(4);
  1. @TagNumber(5)
set settings (FFCustomCloudFunctionSettings value)

Implementation

@$pb.TagNumber(5)
set settings(FFCustomCloudFunctionSettings value) => $_setField(5, value);