Class: Google::Cloud::Support::V2beta::Product
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::Product
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/case.rb
Overview
The product a case may be associated with.
Instance Attribute Summary collapse
-
#product_line ⇒ ::Google::Cloud::Support::V2beta::ProductLine
The product line of the Product.
Instance Attribute Details
#product_line ⇒ ::Google::Cloud::Support::V2beta::ProductLine
196 197 198 199 |
# File 'proto_docs/google/cloud/support/v2beta/case.rb', line 196 class Product include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |