Class: Google::Cloud::ApiHub::V1::HttpOperationDetails::PathParam
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::HttpOperationDetails::PathParam
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
HTTP Path parameter.
Instance Attribute Summary collapse
-
#data_type ⇒ ::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType
Optional.
-
#position ⇒ ::Integer
Optional.
Instance Attribute Details
#data_type ⇒ ::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType
Returns Optional. Data type of path param.
1904 1905 1906 1907 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1904 class PathParam include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |