class Google::Apis::DatastoreV1::PropertyReference
A reference to a property relative to the kind expressions.
Attributes
name[RW]
The name of the property. If name includes “.”s, it may be interpreted as a property name path. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastore_v1/classes.rb, line 1584 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastore_v1/classes.rb, line 1589 def update!(**args) @name = args[:name] if args.key?(:name) end