Class: Google::Cloud::Sql::V1::Column
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::Column
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Contains the name and datatype of a column.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the column.
-
#type ⇒ ::String
Datatype of the column.