Product Response
data class ProductResponse(val billingPartNumber: String? = null, val compatibility: CompatibilityResponse? = null, val description: String? = null, val displayName: String? = null, val etag: String? = null, val galleryItemIdentity: String? = null, val iconUris: IconUrisResponse? = null, val id: String, val legalTerms: String? = null, val links: List<ProductLinkResponse>? = null, val name: String, val offer: String? = null, val offerVersion: String? = null, val payloadLength: Double? = null, val privacyPolicy: String? = null, val productKind: String? = null, val productProperties: ProductPropertiesResponse? = null, val publisherDisplayName: String? = null, val publisherIdentifier: String? = null, val sku: String? = null, val type: String, val vmExtensionType: String? = null)
Product information.
Constructors
Link copied to clipboard
fun ProductResponse(billingPartNumber: String? = null, compatibility: CompatibilityResponse? = null, description: String? = null, displayName: String? = null, etag: String? = null, galleryItemIdentity: String? = null, iconUris: IconUrisResponse? = null, id: String, legalTerms: String? = null, links: List<ProductLinkResponse>? = null, name: String, offer: String? = null, offerVersion: String? = null, payloadLength: Double? = null, privacyPolicy: String? = null, productKind: String? = null, productProperties: ProductPropertiesResponse? = null, publisherDisplayName: String? = null, publisherIdentifier: String? = null, sku: String? = null, type: String, vmExtensionType: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard