Skip to content

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.

CandidateIdRequired

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

CandidateTypeOptional

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