Struct google_iap1::api::Brand [−][src]
OAuth brand data. NOTE: Only contains a portion of the data that describes a brand.
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).
- brands create projects (request|response)
- brands get projects (response)
Fields
application_title: Option<String>Application name displayed on OAuth consent screen.
name: Option<String>Output only. Identifier of the brand. NOTE: GCP project number achieves the same brand identification purpose as only one brand per project can be created.
org_internal_only: Option<bool>Output only. Whether the brand is only intended for usage inside the G Suite organization only.
support_email: Option<String>Support email displayed on the OAuth consent screen.
Trait Implementations
impl Clone for Brand[src]
impl Debug for Brand[src]
impl Default for Brand[src]
impl<'de> Deserialize<'de> for Brand[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for Brand[src]
impl ResponseResult for Brand[src]
impl Serialize for Brand[src]
Auto Trait Implementations
impl RefUnwindSafe for Brand[src]
impl Send for Brand[src]
impl Sync for Brand[src]
impl Unpin for Brand[src]
impl UnwindSafe for Brand[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,