Class CreatePortalOptions
CreatePortalOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CreatePortalOptions")]
public class CreatePortalOptions : IValidatableObject
Constructors
View SourceCreatePortalOptions(string, Guid, string, string)
Initializes a new instance of the CreatePortalOptions class.
Declaration
public CreatePortalOptions(string name = null, Guid domainId = default, string description = null, string linkHelp = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | name. |
Guid | domainId | domainId. |
string | description | description. |
string | linkHelp | linkHelp. |
Properties
View SourceDescription
Gets or Sets Description
Declaration
[DataMember(Name = "description", EmitDefaultValue = false)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DomainId
Gets or Sets DomainId
Declaration
[DataMember(Name = "domainId", EmitDefaultValue = false)]
public Guid DomainId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
LinkHelp
Gets or Sets LinkHelp
Declaration
[DataMember(Name = "linkHelp", EmitDefaultValue = false)]
public string LinkHelp { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or Sets Name
Declaration
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |