class Google::Apis::DatastoreV1beta2::PropertyReference
A reference to a property relative to the kind expressions.
Attributes
name[RW]
The name of the property. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/datastore_v1beta2/classes.rb, line 808 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/datastore_v1beta2/classes.rb, line 813 def update!(**args) @name = args[:name] if args.key?(:name) end