class Google::Apis::AdminDirectoryV1::FeatureRename
Attributes
new_name[RW]
New name of the feature. Corresponds to the JSON property `newName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 2012 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 2017 def update!(**args) @new_name = args[:new_name] if args.key?(:new_name) end