UserDefinedFunctionInput class
A structure used to create or update a user-defined function.
Constructors
- 
          UserDefinedFunctionInput({String? className, String? functionName, String? ownerName, PrincipalType? ownerType, List<ResourceUri> ? resourceUris})
Properties
- className → String?
- 
  The Java class that contains the function code.
  final
- functionName → String?
- 
  The name of the function.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- ownerName → String?
- 
  The owner of the function.
  final
- ownerType → PrincipalType?
- 
  The owner type.
  final
- 
  resourceUris
  → List<ResourceUri> ?
- 
  The resource URIs for the function.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited