Struct google_gmail1::api::Delegate [−][src]
pub struct Delegate {
pub delegate_email: Option<String>,
pub verification_status: Option<String>,
}Expand description
Settings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator’s account. See “Set up mail delegation” for more information about delegates.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- settings delegates create users (request|response)
- settings delegates get users (response)
Fields
delegate_email: Option<String>The email address of the delegate.
verification_status: Option<String>Indicates whether this address has been verified and can act as a delegate for the account. Read-only.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Delegate
impl UnwindSafe for Delegate
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more