Class GenerateBimiRecordOptions
GenerateBimiRecordOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "GenerateBimiRecordOptions")]
public class GenerateBimiRecordOptions : IEquatable<GenerateBimiRecordOptions>, IValidatableObject
Constructors
View SourceGenerateBimiRecordOptions()
Initializes a new instance of the GenerateBimiRecordOptions class.
Declaration
[JsonConstructor]
protected GenerateBimiRecordOptions()
GenerateBimiRecordOptions(string, VersionEnum, string, string)
Initializes a new instance of the GenerateBimiRecordOptions class.
Declaration
public GenerateBimiRecordOptions(string domain = null, GenerateBimiRecordOptions.VersionEnum version = (GenerateBimiRecordOptions.VersionEnum)0, string logoUrl = null, string vmcUrl = null)
Parameters
Type | Name | Description |
---|---|---|
string | domain | domain (required). |
GenerateBimiRecordOptions.VersionEnum | version | version (required). |
string | logoUrl | logoUrl (required). |
string | vmcUrl | vmcUrl. |
Properties
View Source_Version
Gets or Sets _Version
Declaration
[DataMember(Name = "version", IsRequired = true, EmitDefaultValue = true)]
public GenerateBimiRecordOptions.VersionEnum _Version { get; set; }
Property Value
Type | Description |
---|---|
GenerateBimiRecordOptions.VersionEnum |
Domain
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 |
VmcUrl
Gets or Sets VmcUrl
Declaration
[DataMember(Name = "vmcUrl", EmitDefaultValue = false)]
public string VmcUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceEquals(GenerateBimiRecordOptions)
Returns true if GenerateBimiRecordOptions instances are equal
Declaration
public bool Equals(GenerateBimiRecordOptions input)
Parameters
Type | Name | Description |
---|---|---|
GenerateBimiRecordOptions | input | Instance of GenerateBimiRecordOptions to be compared |
Returns
Type | Description |
---|---|
bool | Boolean |
Equals(object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
object | input | Object to be compared |
Returns
Type | Description |
---|---|
bool | Boolean |
Overrides
View SourceGetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | Hash code |
Overrides
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 |
Overrides
Validate(ValidationContext)
To validate all properties of the instance
Declaration
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
ValidationContext | validationContext | Validation context |
Returns
Type | Description |
---|---|
IEnumerable<ValidationResult> | Validation Result |