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.
Implements
IMessageHttpOperationDetailsTypesHeader, IEquatableHttpOperationDetailsTypesHeader, IDeepCloneableHttpOperationDetailsTypesHeader, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
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 |