private ComAdobeCqSocialReviewClientEndpointsImplReviewOperationsServiInfo(string Pid, string Title, string Description, ComAdobeCqSocialReviewClientEndpointsImplReviewOperationsServiProperties Properties) { this.Pid = Pid; this.Title = Title; this.Description = Description; this.Properties = Properties; }
/// <summary> /// Sets value for ComAdobeCqSocialReviewClientEndpointsImplReviewOperationsServiInfo.Properties property. /// </summary> /// <param name="value">Properties</param> public ComAdobeCqSocialReviewClientEndpointsImplReviewOperationsServiInfoBuilder Properties(ComAdobeCqSocialReviewClientEndpointsImplReviewOperationsServiProperties value) { _Properties = value; return(this); }