Struct google_androidmanagement1::api::ContactInfo[][src]

pub struct ContactInfo {
    pub contact_email: Option<String>,
    pub data_protection_officer_email: Option<String>,
    pub data_protection_officer_name: Option<String>,
    pub data_protection_officer_phone: Option<String>,
    pub eu_representative_email: Option<String>,
    pub eu_representative_name: Option<String>,
    pub eu_representative_phone: Option<String>,
}

Contact details for LaForge enterprises.

This type is not used in any activity, and only used as part of another schema.

Fields

contact_email: Option<String>

Email address for a point of contact, which will be used to send important announcements related to managed Google Play.

data_protection_officer_email: Option<String>

The email of the data protection officer. The email is validated but not verified.

data_protection_officer_name: Option<String>

The name of the data protection officer.

data_protection_officer_phone: Option<String>

The phone number of the data protection officer The phone number is validated but not verified.

eu_representative_email: Option<String>

The email of the EU representative. The email is validated but not verified.

eu_representative_name: Option<String>

The name of the EU representative.

eu_representative_phone: Option<String>

The phone number of the EU representative. The phone number is validated but not verified.

Trait Implementations

impl Clone for ContactInfo[src]

impl Debug for ContactInfo[src]

impl Default for ContactInfo[src]

impl<'de> Deserialize<'de> for ContactInfo[src]

impl Part for ContactInfo[src]

impl Serialize for ContactInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.