Routine constructor

Routine({
  1. List<Argument>? arguments,
  2. String? creationTime,
  3. String? dataGovernanceType,
  4. String? definitionBody,
  5. String? description,
  6. String? determinismLevel,
  7. String? etag,
  8. List<String>? importedLibraries,
  9. String? language,
  10. String? lastModifiedTime,
  11. RemoteFunctionOptions? remoteFunctionOptions,
  12. StandardSqlTableType? returnTableType,
  13. StandardSqlDataType? returnType,
  14. RoutineReference? routineReference,
  15. String? routineType,
  16. String? securityMode,
  17. SparkOptions? sparkOptions,
  18. bool? strictMode,
})

Implementation

Routine({
  this.arguments,
  this.creationTime,
  this.dataGovernanceType,
  this.definitionBody,
  this.description,
  this.determinismLevel,
  this.etag,
  this.importedLibraries,
  this.language,
  this.lastModifiedTime,
  this.remoteFunctionOptions,
  this.returnTableType,
  this.returnType,
  this.routineReference,
  this.routineType,
  this.securityMode,
  this.sparkOptions,
  this.strictMode,
});