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