class Google::Apis::AndroidpublisherV3::RemoteInAppUpdate

Object representation for Remote in-app update action type.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @is_remote_in_app_update_requested = args[:is_remote_in_app_update_requested] if args.key?(:is_remote_in_app_update_requested)
end