Struct stripe::ScheduledQueryRun [−][src]
pub struct ScheduledQueryRun { pub id: String, pub object: String, pub created: Timestamp, pub data_load_time: Timestamp, pub error: Option<Value>, pub file: File, pub livemode: bool, pub result_available_until: Timestamp, pub sql: String, pub status: String, pub title: String, }
The resource representing a Stripe scheduled query run.
For more details see https://stripe.com/docs/api#scheduled_query_run_object.
Fields
id: String
object: String
created: Timestamp
data_load_time: Timestamp
error: Option<Value>
file: File
livemode: bool
result_available_until: Timestamp
sql: String
status: String
title: String
Trait Implementations
impl Debug for ScheduledQueryRun
[src]
impl Debug for ScheduledQueryRun
Auto Trait Implementations
impl Send for ScheduledQueryRun
impl Send for ScheduledQueryRun
impl Sync for ScheduledQueryRun
impl Sync for ScheduledQueryRun