Interface ChangeTierResponse

interface ChangeTierResponse {
    tenant_id: string;
    previous_tier: string;
    new_tier: string;
    config: TierConfig;
}

Properties

tenant_id: string
previous_tier: string
new_tier: string
config: TierConfig