API hub v1 API - Class HttpOperationDetails.Types.Header (1.1.0)

public sealed class HttpOperationDetails.Types.Header : IMessage<HttpOperationDetails.Types.Header>, IEquatable<HttpOperationDetails.Types.Header>, IDeepCloneable<HttpOperationDetails.Types.Header>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class HttpOperationDetails.Types.Header.

An aggregation of HTTP header occurrences.

Inheritance

object > HttpOperationDetails.Types.Header

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

Header()

public Header()

Header(Header)

public Header(HttpOperationDetails.Types.Header other)
Parameter
Name Description
other HttpOperationDetailsTypesHeader

Properties

Count

public long Count { get; set; }

The number of occurrences of this Header across transactions.

Property Value
Type Description
long

DataType

public HttpOperationDetails.Types.DataType DataType { get; set; }

Data type of header

Property Value
Type Description
HttpOperationDetailsTypesDataType

Name

public string Name { get; set; }

Header name.

Property Value
Type Description
string