Skip to content

DestCandidateListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new DestCandidateListProperty {
    object CandidateId,
    object CandidateType = null
};

Properties

Name Type Description
CandidateId object No description.
CandidateType object No description.

CandidateIdRequired

public object CandidateId { get; set; }
  • Type: object

CandidateTypeOptional

public object CandidateType { get; set; }
  • Type: object