// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation

public struct UsagePlanDescriptionsResponse: Codable, Equatable {
    public var usagePlanDescriptions: [String: UsagePlanDescription]

    public init(usagePlanDescriptions: [String: UsagePlanDescription]) {
        self.usagePlanDescriptions = usagePlanDescriptions
    }
}
