Class CreateOAuthConnectionResult
CreateOAuthConnectionResult
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CreateOAuthConnectionResult")]
public class CreateOAuthConnectionResult : IValidatableObject
Constructors
View SourceCreateOAuthConnectionResult()
Initializes a new instance of the CreateOAuthConnectionResult class.
Declaration
[JsonConstructor]
protected CreateOAuthConnectionResult()
CreateOAuthConnectionResult(string)
Initializes a new instance of the CreateOAuthConnectionResult class.
Declaration
public CreateOAuthConnectionResult(string url = null)
Parameters
Type | Name | Description |
---|---|---|
string | url | url (required). |
Properties
View SourceUrl
Gets or Sets Url
Declaration
[DataMember(Name = "url", IsRequired = true, EmitDefaultValue = true)]
public string Url { 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 |