UserDefinedFunctionInput constructor

UserDefinedFunctionInput({
  1. String? className,
  2. String? functionName,
  3. String? ownerName,
  4. PrincipalType? ownerType,
  5. List<ResourceUri>? resourceUris,
})

Implementation

UserDefinedFunctionInput({
  this.className,
  this.functionName,
  this.ownerName,
  this.ownerType,
  this.resourceUris,
});