Sha256: 383680b89189e3603fe4c280ccb9e511fd69b5713cd289a23441a5e6b7e88c14
Contents?: true
Size: 347 Bytes
Versions: 11
Compression:
Stored size: 347 Bytes
Contents
module Aptible module Api class Backup < Resource belongs_to :account belongs_to :database has_many :operations has_one :copied_from has_many :copies field :id field :aws_snapshot_id field :aws_region field :created_at, type: Time field :updated_at, type: Time end end end
Version data entries
11 entries across 11 versions & 1 rubygems