Show / Hide Table of Contents

Class ResendSecondaryEmailResult.RateLimited

Too many emails are being sent to this email address. Please try again later.

Inheritance
System.Object
ResendSecondaryEmailResult
ResendSecondaryEmailResult.RateLimited
Inherited Members
ResendSecondaryEmailResult.IsSuccess
ResendSecondaryEmailResult.AsSuccess
ResendSecondaryEmailResult.IsNotPending
ResendSecondaryEmailResult.AsNotPending
ResendSecondaryEmailResult.IsRateLimited
ResendSecondaryEmailResult.AsRateLimited
ResendSecondaryEmailResult.IsOther
ResendSecondaryEmailResult.AsOther
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class RateLimited : ResendSecondaryEmailResult

Constructors

| Improve this Doc View Source

RateLimited(String)

Initializes a new instance of the ResendSecondaryEmailResult.RateLimited class.

Declaration
public RateLimited(string value)
Parameters
Type Name Description
System.String value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RateLimited(String)
  • Properties
    • Value
Back to top Generated by DocFX