TrainedProfessionals¶
-
class
oci.marketplace_publisher.models.
TrainedProfessionals
(**kwargs)¶ Bases:
object
Number of trained professional per product
Methods
__init__
(**kwargs)Initializes a new TrainedProfessionals object with values from keyword arguments. Attributes
product_code
[Required] Gets the product_code of this TrainedProfessionals. professionals_count
[Required] Gets the professionals_count of this TrainedProfessionals. -
__init__
(**kwargs)¶ Initializes a new TrainedProfessionals object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - professionals_count (int) – The value to assign to the professionals_count property of this TrainedProfessionals.
- product_code (str) – The value to assign to the product_code property of this TrainedProfessionals.
-
product_code
¶ [Required] Gets the product_code of this TrainedProfessionals. Product code on which professional is trained on
Returns: The product_code of this TrainedProfessionals. Return type: str
-
professionals_count
¶ [Required] Gets the professionals_count of this TrainedProfessionals. Count of trained professional
Returns: The professionals_count of this TrainedProfessionals. Return type: int
-