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
CommunicationUserIdentifierModelstructure.Declaration
Swift
public init( id: String )Parameters
idThe Id of the communication user.
-
Initialize a
CommunicationUserIdentifierModelstructure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws -
Encode a
CommunicationUserIdentifierModelstructureDeclaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
CommunicationUserIdentifierModel Structure Reference