Class SyntheticsTestRequest
Inheritance
System.Object
SyntheticsTestRequest
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.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class SyntheticsTestRequest
Fields
View SourceBody
Declaration
public readonly string Body
Field Value
| Type | Description |
|---|---|
| System.String |
Host
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Method
Declaration
public readonly string Method
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Timeout
Declaration
public readonly int? Timeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Url
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |