Class: Google::Cloud::PrivateCatalog::V1beta1::Inputs
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::Inputs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
Defines definition of input parameters of asset templates.
Instance Attribute Summary collapse
-
#parameters ⇒ ::Google::Protobuf::Struct
readonly
Output only.
Instance Attribute Details
#parameters ⇒ ::Google::Protobuf::Struct (readonly)
Returns Output only. The JSON schema defining the inputs and their formats.
419 420 421 422 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 419 class Inputs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |