getOwner method

ResponseFuture<AccountPublicProfile> getOwner(
  1. ContainerId request, {
  2. CallOptions? options,
})

Containers: Get Owner

Implementation

$grpc.ResponseFuture<$4.AccountPublicProfile> getOwner(
  $0.ContainerId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getOwner, request, options: options);
}