class Google::Apis::SpannerV1::BackupScheduleSpec

Defines specifications of the backup schedule.

def initialize(**args)

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

def update!(**args)

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