Get Publisher Result
data class GetPublisherResult(val identityProvider: PublisherIdentityProvider? = null, val publisherId: String? = null, val publisherProfile: String? = null, val publisherStatus: PublisherStatus? = null)
Constructors
Link copied to clipboard
fun GetPublisherResult(identityProvider: PublisherIdentityProvider? = null, publisherId: String? = null, publisherProfile: String? = null, publisherStatus: PublisherStatus? = null)