settings property
@doc The settings for the custom cloud function.
Implementation
@$pb.TagNumber(5)
FFCustomCloudFunctionSettings get settings => $_getN(4);
Implementation
@$pb.TagNumber(5)
set settings(FFCustomCloudFunctionSettings value) => $_setField(5, value);