Show / Hide Table of Contents

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 Source

Body

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

Host

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

Method

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

Port

Declaration
public readonly int? Port
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Timeout

Declaration
public readonly int? Timeout
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Url

Declaration
public readonly string Url
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.