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

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.

Inheritance

object > HttpOperationDetails.Types.QueryParam

Namespace

Google.Cloud.ApiHub.V1

Assembly

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