Class InboxIdsResult
List of inbox IDs and email addresses
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "InboxIdsResult")]
public class InboxIdsResult : IValidatableObject
Constructors
View SourceInboxIdsResult()
Initializes a new instance of the InboxIdsResult class.
Declaration
[JsonConstructor]
protected InboxIdsResult()
InboxIdsResult(List<InboxIdItem>)
Initializes a new instance of the InboxIdsResult class.
Declaration
public InboxIdsResult(List<InboxIdItem> inboxIds = null)
Parameters
Type | Name | Description |
---|---|---|
List<InboxIdItem> | inboxIds | inboxIds (required). |
Properties
View SourceInboxIds
Gets or Sets InboxIds
Declaration
[DataMember(Name = "inboxIds", IsRequired = true, EmitDefaultValue = true)]
public List<InboxIdItem> InboxIds { get; set; }
Property Value
Type | Description |
---|---|
List<InboxIdItem> |
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 |