Search Results for

    Show / Hide Table of Contents

    Class CreatePortalOptions

    CreatePortalOptions

    Inheritance
    object
    CreatePortalOptions
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "CreatePortalOptions")]
    public class CreatePortalOptions : IValidatableObject

    Constructors

    View Source

    CreatePortalOptions(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 Source

    Description

    Gets or Sets Description

    Declaration
    [DataMember(Name = "description", EmitDefaultValue = false)]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    DomainId

    Gets or Sets DomainId

    Declaration
    [DataMember(Name = "domainId", EmitDefaultValue = false)]
    public Guid DomainId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    LinkHelp

    Gets or Sets LinkHelp

    Declaration
    [DataMember(Name = "linkHelp", EmitDefaultValue = false)]
    public string LinkHelp { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Gets or Sets Name

    Declaration
    [DataMember(Name = "name", EmitDefaultValue = false)]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.