FormArgs

constructor(appId: Output<String>? = null, cta: Output<FormCtaArgs>? = null, dataType: Output<FormDataTypeConfigArgs>? = null, environmentName: Output<String>? = null, fields: Output<Map<String, FormFieldConfigArgs>>? = null, formActionType: Output<FormActionType>? = null, labelDecorator: Output<FormLabelDecorator>? = null, name: Output<String>? = null, schemaVersion: Output<String>? = null, sectionalElements: Output<Map<String, FormSectionalElementArgs>>? = null, style: Output<FormStyleArgs>? = null, tags: Output<Map<String, String>>? = null)