UserDefinedFunctionInput constructor
UserDefinedFunctionInput({
- String? className,
- String? functionName,
- String? ownerName,
- PrincipalType? ownerType,
- List<
ResourceUri> ? resourceUris,
Implementation
UserDefinedFunctionInput({
this.className,
this.functionName,
this.ownerName,
this.ownerType,
this.resourceUris,
});