CommunicationUserIdentifierModel
public struct CommunicationUserIdentifierModel : Codable
A user that got created with an Azure Communication Services resource.
-
The Id of the communication user.
Declaration
Swift
public let id: String
-
Initialize a
CommunicationUserIdentifierModel
structure.Declaration
Swift
public init( id: String )
Parameters
id
The Id of the communication user.
-
Initialize a
CommunicationUserIdentifierModel
structure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws
-
Encode a
CommunicationUserIdentifierModel
structureDeclaration
Swift
public func encode(to encoder: Encoder) throws