Host

public struct Host : Codable

Host keys information

  • id

    Host app ID of the project

    Declaration

    Swift

    public var id: String?
  • Subscription key of the project

    Declaration

    Swift

    public var subscriptionkey: String?