Class RateLimitActionResponseGetArgs
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class RateLimitActionResponseGetArgs : ResourceArgs
Constructors
View SourceRateLimitActionResponseGetArgs()
Declaration
public RateLimitActionResponseGetArgs()
Properties
View SourceBody
The body to return, the content here should conform to the content_type.
Declaration
public Input<string> Body { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContentType
The content-type of the body, must be one of: 'text/plain', 'text/xml', 'application/json'.
Declaration
public Input<string> ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |