public sealed class HttpOperationDetails.Types.PathParam : IMessage<HttpOperationDetails.Types.PathParam>, IEquatable<HttpOperationDetails.Types.PathParam>, IDeepCloneable<HttpOperationDetails.Types.PathParam>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class HttpOperationDetails.Types.PathParam.
HTTP Path parameter.
Implements
IMessageHttpOperationDetailsTypesPathParam, IEquatableHttpOperationDetailsTypesPathParam, IDeepCloneableHttpOperationDetailsTypesPathParam, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
PathParam()
public PathParam()
PathParam(PathParam)
public PathParam(HttpOperationDetails.Types.PathParam other)
Parameter | |
---|---|
Name | Description |
other |
HttpOperationDetailsTypesPathParam |
Properties
DataType
public HttpOperationDetails.Types.DataType DataType { get; set; }
Optional. Data type of path param
Property Value | |
---|---|
Type | Description |
HttpOperationDetailsTypesDataType |
Position
public int Position { get; set; }
Optional. Segment location in the path, 1-indexed
Property Value | |
---|---|
Type | Description |
int |