C8yAssignedNetwork

public struct C8yAssignedNetwork : C8yCustomAsset, Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public internal(set) var type: String? { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var provider: String? { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var instance: String? { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var appEUI: String? { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var appKey: String? { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var codec: String? { get }
  • Undocumented

    Declaration

    Swift

    public internal(set) var isProvisioned: Bool { get }
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public init(isProvisioned: Bool?)
  • Undocumented

    Declaration

    Swift

    public init(type: String, provider: String, instance: String)
  • Declaration

    Swift

    public mutating func decode(_ container: KeyedDecodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws
  • Declaration

    Swift

    public func encode(_ container: KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws -> KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>
  • Declaration

    Swift

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