class Google::Apis::DatastoreV1beta3::KindExpression
A representation of a kind.
Attributes
name[RW]
The name of the kind. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastore_v1beta3/classes.rb, line 938 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_v1beta3/classes.rb, line 943 def update!(**args) @name = args[:name] if args.key?(:name) end