| VariantSchedule | R Documentation |
VariantSchedule
VariantSchedule
An R6 class that represents a Schedule
connectapi::Content -> connectapi::Variant -> VariantSchedule
schedule_dataThe schedule data.
connectapi::Content$bundle_delete()connectapi::Content$bundle_download()connectapi::Content$danger_delete()connectapi::Content$deploy()connectapi::Content$environment()connectapi::Content$environment_all()connectapi::Content$environment_set()connectapi::Content$get_bundles()connectapi::Content$get_content_remote()connectapi::Content$packages()connectapi::Content$permissions()connectapi::Content$permissions_add()connectapi::Content$permissions_delete()connectapi::Content$permissions_update()connectapi::Content$register_job_kill_order()connectapi::Content$repo_enable()connectapi::Content$repo_set()connectapi::Content$repository()connectapi::Content$tag_delete()connectapi::Content$tag_set()connectapi::Content$tags()connectapi::Content$update()connectapi::Content$variants()connectapi::Variant$add_subscribers()connectapi::Variant$get_dashboard_url()connectapi::Variant$get_subscribers()connectapi::Variant$get_url()connectapi::Variant$get_url_rev()connectapi::Variant$get_variant_remote()connectapi::Variant$job()connectapi::Variant$jobs()connectapi::Variant$remove_subscriber()connectapi::Variant$render()connectapi::Variant$renderings()connectapi::Variant$send_mail()connectapi::Variant$update_variant()new()Initialize this schedule.
VariantSchedule$new(connect, content, key, schedule)
connectThe Connect instance.
contentThe Content instance.
keyThe variant key.
scheduleThe schedule data.
GET()Perform an HTTP GET request of the named API path. Returns an object parsed from the HTTP response.
VariantSchedule$GET(path)
pathAPI path.
POST()Perform an HTTP POST request of the named API path. Returns an object parsed from the HTTP response.
VariantSchedule$POST(path, body)
pathAPI path.
bodyThe HTTP payload.
DELETE()Perform an HTTP DELETE request of the named API path. Returns the HTTP response object.
VariantSchedule$DELETE(path)
pathAPI path.
set_schedule()Set the schedule for this variant
VariantSchedule$set_schedule(...)
...Schedule fields.
is_empty()Return if this variant has a schedule.
VariantSchedule$is_empty()
print()Print this object.
VariantSchedule$print(...)
...Unused.
get_schedule()Get the schedule data.
VariantSchedule$get_schedule()
get_schedule_remote()Get and store the (remote) schedule data.
VariantSchedule$get_schedule_remote()
describe_schedule()Description of the associated schedule.
VariantSchedule$describe_schedule()
clone()The objects of this class are cloneable with this method.
VariantSchedule$clone(deep = FALSE)
deepWhether to make a deep clone.
Other R6 classes:
Bundle,
Content,
ContentTask,
Environment,
PositConnect,
Task,
Vanity,
Variant,
VariantTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.