class Google::Apis::AppsactivityV1::Rename

Contains information about a renametype event.

Attributes

new_title[RW]

The new title. Corresponds to the JSON property `newTitle` @return [String]

old_title[RW]

The old title. Corresponds to the JSON property `oldTitle` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/appsactivity_v1/classes.rb, line 322
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/appsactivity_v1/classes.rb, line 327
def update!(**args)
  @new_title = args[:new_title] if args.key?(:new_title)
  @old_title = args[:old_title] if args.key?(:old_title)
end