Class: Google::Apis::DatastoreV1beta3::Projection
- Inherits:
-
Object
- Object
- Google::Apis::DatastoreV1beta3::Projection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/datastore_v1beta3/classes.rb,
generated/google/apis/datastore_v1beta3/representations.rb,
generated/google/apis/datastore_v1beta3/representations.rb
Overview
A representation of a property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ Google::Apis::DatastoreV1beta3::PropertyReference
A reference to a property relative to the kind expressions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Projection
constructor
A new instance of Projection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Projection
Returns a new instance of Projection.
1207 1208 1209 |
# File 'generated/google/apis/datastore_v1beta3/classes.rb', line 1207 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ Google::Apis::DatastoreV1beta3::PropertyReference
A reference to a property relative to the kind expressions.
Corresponds to the JSON property property
1205 1206 1207 |
# File 'generated/google/apis/datastore_v1beta3/classes.rb', line 1205 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1212 1213 1214 |
# File 'generated/google/apis/datastore_v1beta3/classes.rb', line 1212 def update!(**args) @property = args[:property] if args.key?(:property) end |