ListContactsResponse
public struct ListContactsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of contacts.
Declaration
Swift
public let contactList: [ContactData]? -
Next token returned in the response of a previous ListContacts call. Used to get the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(contactList: [ContactData]? = nil, nextToken: String? = nil)
View on GitHub
ListContactsResponse Structure Reference