CustomModels
public struct CustomModels : Codable, Equatable
Information about existing custom models.
-
An array of
CustomModel
objects that provides information about each available custom model. The array is empty if the requesting credentials own no custom models (if no language is specified) or own no custom models for the specified language.Declaration
Swift
public var customizations: [CustomModel]