public sealed class HttpOperationDetails.Types.QueryParam : IMessage<HttpOperationDetails.Types.QueryParam>, IEquatable<HttpOperationDetails.Types.QueryParam>, IDeepCloneable<HttpOperationDetails.Types.QueryParam>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class HttpOperationDetails.Types.QueryParam.
An aggregation of HTTP query parameter occurrences.
Implements
IMessageHttpOperationDetailsTypesQueryParam, IEquatableHttpOperationDetailsTypesQueryParam, IDeepCloneableHttpOperationDetailsTypesQueryParam, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
QueryParam()
public QueryParam()
QueryParam(QueryParam)
public QueryParam(HttpOperationDetails.Types.QueryParam other)
Parameter | |
---|---|
Name | Description |
other |
HttpOperationDetailsTypesQueryParam |
Properties
Count
public long Count { get; set; }
Optional. The number of occurrences of this query parameter across transactions.
Property Value | |
---|---|
Type | Description |
long |
DataType
public HttpOperationDetails.Types.DataType DataType { get; set; }
Optional. Data type of path param
Property Value | |
---|---|
Type | Description |
HttpOperationDetailsTypesDataType |
Name
public string Name { get; set; }
Required. Name of query param
Property Value | |
---|---|
Type | Description |
string |