Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApproveEntitlementRequest

import type { ApproveEntitlementRequest } from "https://googleapis.deno.dev/v1/cloudcommerceprocurement:v1.ts";

Request message for [PartnerProcurementService.ApproveEntitlement[].

interface ApproveEntitlementRequest {
entitlementMigrated?: string;
properties?: {
[key: string]: string;
}
;
}

§Properties

§
entitlementMigrated?: string
[src]

Optional. The resource name of the entitlement that was migrated, with the format providers/{provider_id}/entitlements/{entitlement_id}. Should only be sent when resources have been migrated from entitlement_migrated to the new entitlement. Optional.

§
properties?: {
[key: string]: string;
}
[src]

Set of properties that should be associated with the entitlement. Optional.