getOrgMetadata method
ResponseFuture<GetOrgMetadataResponse>
getOrgMetadata(
- GetOrgMetadataRequest request, {
- 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);
}