Show / Hide Table of Contents

Class Header

Details of the header.

Inheritance
object
Header
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class Header

Properties

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.

In this article
Back to top