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

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.

Inheritance

object > HttpOperationDetails.Types.PathParam

Namespace

Google.Cloud.ApiHub.V1

Assembly

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