ProducerOrg
public struct ProducerOrg : Codable
A ProducerOrg is extra info associated with Producer
-
The display name for producer
Declaration
Swift
public var candidateName: String -
The website url for producer
Declaration
Swift
public var website: String -
The ownership disclosure url
Declaration
Swift
public var ownershipDisclosure: String -
The code of contact url
Declaration
Swift
public var codeOfConduct: String -
The email for the producer
Declaration
Swift
public var email: String -
Branding info
Declaration
Swift
public var branding: ProducerOrgBranding -
Location info
Declaration
Swift
public var location: ProducerOrgLocation
ProducerOrg Structure Reference