Class EmailFeaturePlatformName
EmailFeaturePlatformName
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmailFeaturePlatformName")]
public class EmailFeaturePlatformName : IValidatableObject
Constructors
View SourceEmailFeaturePlatformName()
Initializes a new instance of the EmailFeaturePlatformName class.
Declaration
[JsonConstructor]
protected EmailFeaturePlatformName()
EmailFeaturePlatformName(SlugEnum, string)
Initializes a new instance of the EmailFeaturePlatformName class.
Declaration
public EmailFeaturePlatformName(EmailFeaturePlatformName.SlugEnum slug = (EmailFeaturePlatformName.SlugEnum)0, string name = null)
Parameters
Type | Name | Description |
---|---|---|
EmailFeaturePlatformName.SlugEnum | slug | slug (required). |
string | name | name (required). |
Properties
View SourceName
Gets or Sets Name
Declaration
[DataMember(Name = "name", IsRequired = true, EmitDefaultValue = true)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Slug
Gets or Sets Slug
Declaration
[DataMember(Name = "slug", IsRequired = true, EmitDefaultValue = true)]
public EmailFeaturePlatformName.SlugEnum Slug { get; set; }
Property Value
Type | Description |
---|---|
EmailFeaturePlatformName.SlugEnum |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String presentation of the object |