UNPKG

wallee

Version:
19 lines (18 loc) 456 B
declare class SubscriptionUpdateRequest { /** * A description used to identify the subscription. */ 'description'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { SubscriptionUpdateRequest };