Class RateLimitActionResponse
Inheritance
System.Object
RateLimitActionResponse
Inherited Members
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: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class RateLimitActionResponse
Fields
View SourceBody
The body to return, the content here should conform to the content_type.
Declaration
public readonly string Body
Field Value
| Type | Description |
|---|---|
| System.String |
ContentType
The content-type of the body, must be one of: 'text/plain', 'text/xml', 'application/json'.
Declaration
public readonly string ContentType
Field Value
| Type | Description |
|---|---|
| System.String |