Attributes

public class Attributes : APIModel

Undocumented

  • Normalized name, i.e., converted to a fuel type.

    Declaration

    Swift

    public var fuelType: String?
  • Product name.

    Declaration

    Swift

    public var productName: String?
  • Undocumented

    Declaration

    Swift

    public init(fuelType: String? = nil, productName: String? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

    public func isEqual(to object: Any?) -> Bool
  • Declaration

    Swift

    public static func == (lhs: Attributes, rhs: Attributes) -> Bool