Show / Hide Table of Contents

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 Source

Body

The body to return, the content here should conform to the content_type.

Declaration
public readonly string Body
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.