Class Header
Details of the header.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class HeaderProperties
HeaderName
Declaration
[Required(ErrorMessage = "HeaderName is required.")]
[JsonProperty(PropertyName = "headerName")]
public string HeaderName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the header. | 
Remarks
Required
HeaderValue
Declaration
[JsonProperty(PropertyName = "headerValue")]
public string HeaderValue { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Value of the header. |