Struct fastly_api::models::logging_gcs_common::LoggingGcsCommon   
source · pub struct LoggingGcsCommon {
    pub user: Option<String>,
    pub secret_key: Option<String>,
    pub account_name: Option<String>,
}Fields§
§user: Option<String>Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. Not required if account_name is specified.
secret_key: Option<String>Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. Not required if account_name is specified.
account_name: Option<String>The name of the Google Cloud Platform service account associated with the target log collection service. Not required if user and secret_key are provided.
Implementations§
source§impl LoggingGcsCommon
 
impl LoggingGcsCommon
pub fn new() -> LoggingGcsCommon
Trait Implementations§
source§impl Clone for LoggingGcsCommon
 
impl Clone for LoggingGcsCommon
source§fn clone(&self) -> LoggingGcsCommon
 
fn clone(&self) -> LoggingGcsCommon
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 Debug for LoggingGcsCommon
 
impl Debug for LoggingGcsCommon
source§impl Default for LoggingGcsCommon
 
impl Default for LoggingGcsCommon
source§fn default() -> LoggingGcsCommon
 
fn default() -> LoggingGcsCommon
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingGcsCommon
 
impl<'de> Deserialize<'de> for LoggingGcsCommon
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
source§impl PartialEq for LoggingGcsCommon
 
impl PartialEq for LoggingGcsCommon
source§fn eq(&self, other: &LoggingGcsCommon) -> bool
 
fn eq(&self, other: &LoggingGcsCommon) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for LoggingGcsCommon
 
impl Serialize for LoggingGcsCommon
impl StructuralPartialEq for LoggingGcsCommon
Auto Trait Implementations§
impl Freeze for LoggingGcsCommon
impl RefUnwindSafe for LoggingGcsCommon
impl Send for LoggingGcsCommon
impl Sync for LoggingGcsCommon
impl Unpin for LoggingGcsCommon
impl UnwindSafe for LoggingGcsCommon
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)