generated/api/Models/AlertDefinitonsCreate.PowerShell.cs
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.2, generator: @autorest/powershell@3.0.494) // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Commvault.Powershell.Models { using Commvault.Powershell.Runtime.PowerShell; /// <summary>AlertDefinitonsCreate</summary> [System.ComponentModel.TypeConverter(typeof(AlertDefinitonsCreateTypeConverter))] public partial class AlertDefinitonsCreate { /// <summary> /// <c>AfterDeserializeDictionary</c> will be called after the deserialization has finished, allowing customization of the /// object before it is returned. Implement this method in a partial class to enable this behavior /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); /// <summary> /// <c>AfterDeserializePSObject</c> will be called after the deserialization has finished, allowing customization of the object /// before it is returned. Implement this method in a partial class to enable this behavior /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); /// <summary> /// <c>BeforeDeserializeDictionary</c> will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <paramref name="returnNow" /> output /// parameter. /// Implement this method in a partial class to enable this behavior. /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return /// instantly.</param> partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); /// <summary> /// <c>BeforeDeserializePSObject</c> will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <paramref name="returnNow" /> output /// parameter. /// Implement this method in a partial class to enable this behavior. /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return /// instantly.</param> partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// <summary> /// <c>OverrideToString</c> will be called if it is implemented. Implement this method in a partial class to enable this behavior /// </summary> /// <param name="stringResult">/// instance serialized to a string, normally it is a Json</param> /// <param name="returnNow">/// set returnNow to true if you provide a customized OverrideToString function</param> partial void OverrideToString(ref string stringResult, ref bool returnNow); /// <summary> /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Commvault.Powershell.Models.AlertDefinitonsCreate" /// />. /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> internal AlertDefinitonsCreate(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); if (returnNow) { return; } // actually deserialize if (content.Contains("AlertType")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertType = (Commvault.Powershell.Models.IAlertDefinitionsCreateAlertType) content.GetValueForProperty("AlertType",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertType, Commvault.Powershell.Models.AlertDefinitionsCreateAlertTypeTypeConverter.ConvertFrom); } if (content.Contains("AlertTarget")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTarget = (Commvault.Powershell.Models.IAlertDefinitionsTarget) content.GetValueForProperty("AlertTarget",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTarget, Commvault.Powershell.Models.AlertDefinitionsTargetTypeConverter.ConvertFrom); } if (content.Contains("Templates")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Templates = (Commvault.Powershell.Models.IAlertDefinitionsTemplate) content.GetValueForProperty("Templates",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Templates, Commvault.Powershell.Models.AlertDefinitionsTemplateTypeConverter.ConvertFrom); } if (content.Contains("Name")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Name, global::System.Convert.ToString); } if (content.Contains("SendIndividualNotifications")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).SendIndividualNotifications = (bool?) content.GetValueForProperty("SendIndividualNotifications",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).SendIndividualNotifications, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("Associations")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Associations = (Commvault.Powershell.Models.IAlertAssociationIdNameType1[]) content.GetValueForProperty("Associations",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Associations, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertAssociationIdNameType1>(__y, Commvault.Powershell.Models.AlertAssociationIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("AlertTypeCategory")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCategory = (string) content.GetValueForProperty("AlertTypeCategory",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCategory, global::System.Convert.ToString); } if (content.Contains("AlertTypeCriteria")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCriteria = (string) content.GetValueForProperty("AlertTypeCriteria",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCriteria, global::System.Convert.ToString); } if (content.Contains("AlertTypeParamsList")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeParamsList = (Commvault.Powershell.Models.IAlertDefinitionsCriteriaParams[]) content.GetValueForProperty("AlertTypeParamsList",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeParamsList, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertDefinitionsCriteriaParams>(__y, Commvault.Powershell.Models.AlertDefinitionsCriteriaParamsTypeConverter.ConvertFrom)); } if (content.Contains("AlertTargetRecipients")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetRecipients = (Commvault.Powershell.Models.IAlertDefinitionsTargetRecipients) content.GetValueForProperty("AlertTargetRecipients",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetRecipients, Commvault.Powershell.Models.AlertDefinitionsTargetRecipientsTypeConverter.ConvertFrom); } if (content.Contains("AlertTargetSendAlertTo")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetSendAlertTo = (string[]) content.GetValueForProperty("AlertTargetSendAlertTo",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetSendAlertTo, __y => TypeConverterExtensions.SelectToArray<string>(__y, global::System.Convert.ToString)); } if (content.Contains("TemplateLocale")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateLocale = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("TemplateLocale",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateLocale, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("TemplateEmailMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEmailMessage = (string) content.GetValueForProperty("TemplateEmailMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEmailMessage, global::System.Convert.ToString); } if (content.Contains("TemplateConsoleMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateConsoleMessage = (string) content.GetValueForProperty("TemplateConsoleMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateConsoleMessage, global::System.Convert.ToString); } if (content.Contains("TemplateEventViewerMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEventViewerMessage = (string) content.GetValueForProperty("TemplateEventViewerMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEventViewerMessage, global::System.Convert.ToString); } if (content.Contains("TemplateWebhookMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateWebhookMessage = (string) content.GetValueForProperty("TemplateWebhookMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateWebhookMessage, global::System.Convert.ToString); } if (content.Contains("RecipientTo")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientTo = (Commvault.Powershell.Models.IAlertTargetIdNameType1[]) content.GetValueForProperty("RecipientTo",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientTo, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertTargetIdNameType1>(__y, Commvault.Powershell.Models.AlertTargetIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("RecipientCc")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientCc = (Commvault.Powershell.Models.IAlertTargetIdNameType1[]) content.GetValueForProperty("RecipientCc",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientCc, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertTargetIdNameType1>(__y, Commvault.Powershell.Models.AlertTargetIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("RecipientBcc")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientBcc = (Commvault.Powershell.Models.IAlertTargetIdNameType1[]) content.GetValueForProperty("RecipientBcc",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientBcc, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertTargetIdNameType1>(__y, Commvault.Powershell.Models.AlertTargetIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("RecipientWebHookId")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientWebHookId = (long?) content.GetValueForProperty("RecipientWebHookId",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientWebHookId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LocaleId")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleId = (long?) content.GetValueForProperty("LocaleId",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LocaleName")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleName = (string) content.GetValueForProperty("LocaleName",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleName, global::System.Convert.ToString); } AfterDeserializeDictionary(content); } /// <summary> /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Commvault.Powershell.Models.AlertDefinitonsCreate" /// />. /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> internal AlertDefinitonsCreate(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); if (returnNow) { return; } // actually deserialize if (content.Contains("AlertType")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertType = (Commvault.Powershell.Models.IAlertDefinitionsCreateAlertType) content.GetValueForProperty("AlertType",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertType, Commvault.Powershell.Models.AlertDefinitionsCreateAlertTypeTypeConverter.ConvertFrom); } if (content.Contains("AlertTarget")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTarget = (Commvault.Powershell.Models.IAlertDefinitionsTarget) content.GetValueForProperty("AlertTarget",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTarget, Commvault.Powershell.Models.AlertDefinitionsTargetTypeConverter.ConvertFrom); } if (content.Contains("Templates")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Templates = (Commvault.Powershell.Models.IAlertDefinitionsTemplate) content.GetValueForProperty("Templates",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Templates, Commvault.Powershell.Models.AlertDefinitionsTemplateTypeConverter.ConvertFrom); } if (content.Contains("Name")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Name, global::System.Convert.ToString); } if (content.Contains("SendIndividualNotifications")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).SendIndividualNotifications = (bool?) content.GetValueForProperty("SendIndividualNotifications",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).SendIndividualNotifications, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("Associations")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Associations = (Commvault.Powershell.Models.IAlertAssociationIdNameType1[]) content.GetValueForProperty("Associations",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).Associations, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertAssociationIdNameType1>(__y, Commvault.Powershell.Models.AlertAssociationIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("AlertTypeCategory")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCategory = (string) content.GetValueForProperty("AlertTypeCategory",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCategory, global::System.Convert.ToString); } if (content.Contains("AlertTypeCriteria")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCriteria = (string) content.GetValueForProperty("AlertTypeCriteria",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeCriteria, global::System.Convert.ToString); } if (content.Contains("AlertTypeParamsList")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeParamsList = (Commvault.Powershell.Models.IAlertDefinitionsCriteriaParams[]) content.GetValueForProperty("AlertTypeParamsList",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTypeParamsList, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertDefinitionsCriteriaParams>(__y, Commvault.Powershell.Models.AlertDefinitionsCriteriaParamsTypeConverter.ConvertFrom)); } if (content.Contains("AlertTargetRecipients")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetRecipients = (Commvault.Powershell.Models.IAlertDefinitionsTargetRecipients) content.GetValueForProperty("AlertTargetRecipients",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetRecipients, Commvault.Powershell.Models.AlertDefinitionsTargetRecipientsTypeConverter.ConvertFrom); } if (content.Contains("AlertTargetSendAlertTo")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetSendAlertTo = (string[]) content.GetValueForProperty("AlertTargetSendAlertTo",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).AlertTargetSendAlertTo, __y => TypeConverterExtensions.SelectToArray<string>(__y, global::System.Convert.ToString)); } if (content.Contains("TemplateLocale")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateLocale = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("TemplateLocale",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateLocale, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("TemplateEmailMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEmailMessage = (string) content.GetValueForProperty("TemplateEmailMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEmailMessage, global::System.Convert.ToString); } if (content.Contains("TemplateConsoleMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateConsoleMessage = (string) content.GetValueForProperty("TemplateConsoleMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateConsoleMessage, global::System.Convert.ToString); } if (content.Contains("TemplateEventViewerMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEventViewerMessage = (string) content.GetValueForProperty("TemplateEventViewerMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateEventViewerMessage, global::System.Convert.ToString); } if (content.Contains("TemplateWebhookMessage")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateWebhookMessage = (string) content.GetValueForProperty("TemplateWebhookMessage",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).TemplateWebhookMessage, global::System.Convert.ToString); } if (content.Contains("RecipientTo")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientTo = (Commvault.Powershell.Models.IAlertTargetIdNameType1[]) content.GetValueForProperty("RecipientTo",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientTo, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertTargetIdNameType1>(__y, Commvault.Powershell.Models.AlertTargetIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("RecipientCc")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientCc = (Commvault.Powershell.Models.IAlertTargetIdNameType1[]) content.GetValueForProperty("RecipientCc",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientCc, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertTargetIdNameType1>(__y, Commvault.Powershell.Models.AlertTargetIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("RecipientBcc")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientBcc = (Commvault.Powershell.Models.IAlertTargetIdNameType1[]) content.GetValueForProperty("RecipientBcc",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientBcc, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IAlertTargetIdNameType1>(__y, Commvault.Powershell.Models.AlertTargetIdNameType1TypeConverter.ConvertFrom)); } if (content.Contains("RecipientWebHookId")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientWebHookId = (long?) content.GetValueForProperty("RecipientWebHookId",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).RecipientWebHookId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LocaleId")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleId = (long?) content.GetValueForProperty("LocaleId",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LocaleName")) { ((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleName = (string) content.GetValueForProperty("LocaleName",((Commvault.Powershell.Models.IAlertDefinitonsCreateInternal)this).LocaleName, global::System.Convert.ToString); } AfterDeserializePSObject(content); } /// <summary> /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Commvault.Powershell.Models.AlertDefinitonsCreate" /// />. /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> /// <returns> /// an instance of <see cref="Commvault.Powershell.Models.IAlertDefinitonsCreate" />. /// </returns> public static Commvault.Powershell.Models.IAlertDefinitonsCreate DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new AlertDefinitonsCreate(content); } /// <summary> /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Commvault.Powershell.Models.AlertDefinitonsCreate" /// />. /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> /// <returns> /// an instance of <see cref="Commvault.Powershell.Models.IAlertDefinitonsCreate" />. /// </returns> public static Commvault.Powershell.Models.IAlertDefinitonsCreate DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new AlertDefinitonsCreate(content); } /// <summary> /// Creates a new instance of <see cref="AlertDefinitonsCreate" />, deserializing the content from a json string. /// </summary> /// <param name="jsonText">a string containing a JSON serialized instance of this model.</param> /// <returns>an instance of the <see cref="AlertDefinitonsCreate" /> model class.</returns> public static Commvault.Powershell.Models.IAlertDefinitonsCreate FromJsonString(string jsonText) => FromJson(Commvault.Powershell.Runtime.Json.JsonNode.Parse(jsonText)); /// <summary>Serializes this instance to a json string.</summary> /// <returns>a <see cref="System.String" /> containing this model serialized to JSON text.</returns> public string ToJsonString() => ToJson(null, Commvault.Powershell.Runtime.SerializationMode.IncludeAll)?.ToString(); public override string ToString() { var returnNow = false; var result = global::System.String.Empty; OverrideToString(ref result, ref returnNow); if (returnNow) { return result; } return ToJsonString(); } } /// AlertDefinitonsCreate [System.ComponentModel.TypeConverter(typeof(AlertDefinitonsCreateTypeConverter))] public partial interface IAlertDefinitonsCreate { } } |