Search Results for

    Show / Hide Table of Contents

    Class GenerateBimiRecordOptions

    GenerateBimiRecordOptions

    Inheritance
    object
    GenerateBimiRecordOptions
    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 = "GenerateBimiRecordOptions")]
    public class GenerateBimiRecordOptions : IValidatableObject

    Constructors

    View Source

    GenerateBimiRecordOptions()

    Initializes a new instance of the GenerateBimiRecordOptions class.

    Declaration
    [JsonConstructor]
    protected GenerateBimiRecordOptions()
    View Source

    GenerateBimiRecordOptions(string, VarVersionEnum, string, string)

    Initializes a new instance of the GenerateBimiRecordOptions class.

    Declaration
    public GenerateBimiRecordOptions(string domain = null, GenerateBimiRecordOptions.VarVersionEnum varVersion = (GenerateBimiRecordOptions.VarVersionEnum)0, string logoUrl = null, string vmcUrl = null)
    Parameters
    Type Name Description
    string domain

    domain (required).

    GenerateBimiRecordOptions.VarVersionEnum varVersion

    varVersion (required).

    string logoUrl

    logoUrl (required).

    string vmcUrl

    vmcUrl.

    Properties

    View Source

    Domain

    Gets or Sets Domain

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

    LogoUrl

    Gets or Sets LogoUrl

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

    VarVersion

    Gets or Sets VarVersion

    Declaration
    [DataMember(Name = "version", IsRequired = true, EmitDefaultValue = true)]
    public GenerateBimiRecordOptions.VarVersionEnum VarVersion { get; set; }
    Property Value
    Type Description
    GenerateBimiRecordOptions.VarVersionEnum
    View Source

    VmcUrl

    Gets or Sets VmcUrl

    Declaration
    [DataMember(Name = "vmcUrl", EmitDefaultValue = false)]
    public string VmcUrl { 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.