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