VerizonMediaExternalId
@available(*, deprecated, message: "This class will be removed with the next major release.")
public class VerizonMediaExternalId : Codable
The Verizon Media external identifier.
-
The user owning the request content.
Declaration
Swift
public private(set) var userId: String { get }
-
One or multiple external asset ids.
Declaration
Swift
public private(set) var externalIds: [String] { get }
-
Constructs a Verizon Media ExternalId.
Declaration
Swift
public convenience init(userId: String, externalId: String)
Parameters
userId
The user owning the request content.
externalId
An external id.
-
Constructs a Verizon Media ExternalId.
Declaration
Swift
public init(userId: String, externalIds: [String])
Parameters
userId
The user owning the request content.
externalIds
An array of external id.