getOrgMetadata method

ResponseFuture<GetOrgMetadataResponse> getOrgMetadata(
  1. GetOrgMetadataRequest request, {
  2. CallOptions? options,
})

Get Organization Metadata By Key

Deprecated: use organization service v2 ListOrganizationMetadata instead.

Get a metadata object from an organization by a specific key.

Implementation

$grpc.ResponseFuture<$0.GetOrgMetadataResponse> getOrgMetadata(
  $0.GetOrgMetadataRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getOrgMetadata, request, options: options);
}