Routine Args
constructor(arguments: Output<List<ArgumentArgs>>? = null, datasetId: Output<String>? = null, definitionBody: Output<String>? = null, description: Output<String>? = null, determinismLevel: Output<RoutineDeterminismLevel>? = null, importedLibraries: Output<List<String>>? = null, language: Output<RoutineLanguage>? = null, project: Output<String>? = null, remoteFunctionOptions: Output<RemoteFunctionOptionsArgs>? = null, returnTableType: Output<StandardSqlTableTypeArgs>? = null, returnType: Output<StandardSqlDataTypeArgs>? = null, routineReference: Output<RoutineReferenceArgs>? = null, routineType: Output<RoutineRoutineType>? = null, sparkOptions: Output<SparkOptionsArgs>? = null, strictMode: Output<Boolean>? = null)