Class: Google::Apis::DatastoreV1::Projection
- Inherits:
-
Object
- Object
- Google::Apis::DatastoreV1::Projection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/datastore_v1/classes.rb,
generated/google/apis/datastore_v1/representations.rb,
generated/google/apis/datastore_v1/representations.rb
Overview
A representation of a property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ Google::Apis::DatastoreV1::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.
1507 1508 1509 |
# File 'generated/google/apis/datastore_v1/classes.rb', line 1507 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ Google::Apis::DatastoreV1::PropertyReference
A reference to a property relative to the kind expressions.
Corresponds to the JSON property property
1505 1506 1507 |
# File 'generated/google/apis/datastore_v1/classes.rb', line 1505 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1512 1513 1514 |
# File 'generated/google/apis/datastore_v1/classes.rb', line 1512 def update!(**args) @property = args[:property] if args.key?(:property) end |