SrcCandidateListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new SrcCandidateListProperty {
object CandidateId,
object CandidateType = null
};
Properties
Name | Type | Description |
---|---|---|
CandidateId |
object |
No description. |
CandidateType |
object |
No description. |
CandidateId
Required
public object CandidateId { get; set; }
- Type: object
CandidateType
Optional
public object CandidateType { get; set; }
- Type: object