Interface AddonsGetAddonsResponse

AddonsGetAddonsResponse ($ref: "Addons.GetAddons.Response") Response structure for the GetAddons method.

interface AddonsGetAddonsResponse {
    addons: AddonDetails[];
    limits: ListLimitsReturned;
}

Properties

Properties

addons: AddonDetails[]