Show / Hide Table of Contents

Class TrainedProfessionals

Number of trained professional per product

Inheritance
object
TrainedProfessionals
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class TrainedProfessionals

Properties

ProductCode

Declaration
[Required(ErrorMessage = "ProductCode is required.")]
[JsonProperty(PropertyName = "productCode")]
public string ProductCode { get; set; }
Property Value
Type Description
string

Product code on which professional is trained on

Remarks

Required

ProfessionalsCount

Declaration
[Required(ErrorMessage = "ProfessionalsCount is required.")]
[JsonProperty(PropertyName = "professionalsCount")]
public long? ProfessionalsCount { get; set; }
Property Value
Type Description
long?

Count of trained professional

Remarks

Required

In this article
Back to top