Module Values.StartCodegenJobDataSource

The code generation job resource configuration.

Sourcetype nonrec t = {
  1. renderConfig : CodegenJobRenderConfig.t;
    (*

    The code generation configuration for the codegen job.

    *)
  2. genericDataSchema : CodegenJobGenericDataSchema.t option;
    (*

    The data schema to use for a code generation job.

    *)
  3. autoGenerateForms : Boolean.t option;
    (*

    Specifies whether to autogenerate forms in the code generation job.

    *)
  4. features : CodegenFeatureFlags.t option;
    (*

    The feature flags for a code generation job.

    *)
  5. tags : Tags.t option;
    (*

    One or more key-value pairs to use when tagging the code generation job data.

    *)
}
Sourceval context_ : string
Sourceval make : ?genericDataSchema:??? -> ?autoGenerateForms:??? -> ?features:??? -> ?tags:??? -> renderConfig:CodegenJobRenderConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t ] list | `String of String_.t ]) list ]) list ]) list ]) list ]) list | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t