Struct fastly_api::models::automation_token_create_response_all_of::AutomationTokenCreateResponseAllOf
source · pub struct AutomationTokenCreateResponseAllOf {
pub id: Option<Box<String>>,
pub user_id: Option<Box<String>>,
pub customer_id: Option<Box<String>>,
pub sudo_expires_at: Option<String>,
pub created_at: Option<String>,
pub access_token: Option<String>,
pub last_used_at: Option<String>,
pub user_agent: Option<String>,
}
Fields§
§id: Option<Box<String>>
§user_id: Option<Box<String>>
§customer_id: Option<Box<String>>
§sudo_expires_at: Option<String>
§created_at: Option<String>
A UTC time-stamp of when the token was created.
access_token: Option<String>
§last_used_at: Option<String>
A UTC time-stamp of when the token was last used.
user_agent: Option<String>
The User-Agent header of the client that last used the token.
Implementations§
Trait Implementations§
source§impl Clone for AutomationTokenCreateResponseAllOf
impl Clone for AutomationTokenCreateResponseAllOf
source§fn clone(&self) -> AutomationTokenCreateResponseAllOf
fn clone(&self) -> AutomationTokenCreateResponseAllOf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AutomationTokenCreateResponseAllOf
impl Default for AutomationTokenCreateResponseAllOf
source§fn default() -> AutomationTokenCreateResponseAllOf
fn default() -> AutomationTokenCreateResponseAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AutomationTokenCreateResponseAllOf
impl<'de> Deserialize<'de> for AutomationTokenCreateResponseAllOf
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more