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