Class GenerateBimiRecordOptions
GenerateBimiRecordOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "GenerateBimiRecordOptions")]
public class GenerateBimiRecordOptions : IValidatableObject
Constructors
View SourceGenerateBimiRecordOptions()
Initializes a new instance of the GenerateBimiRecordOptions class.
Declaration
[JsonConstructor]
protected GenerateBimiRecordOptions()
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 SourceDomain
Gets or Sets Domain
Declaration
[DataMember(Name = "domain", IsRequired = true, EmitDefaultValue = true)]
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
LogoUrl
Gets or Sets LogoUrl
Declaration
[DataMember(Name = "logoUrl", IsRequired = true, EmitDefaultValue = true)]
public string LogoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
VmcUrl
Gets or Sets VmcUrl
Declaration
[DataMember(Name = "vmcUrl", EmitDefaultValue = false)]
public string VmcUrl { 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 |