Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
source · pub struct GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails {
pub link_proposal_initiating_product: Option<String>,
pub link_proposal_state: Option<String>,
pub requestor_email: Option<String>,
}Expand description
Status information for a link proposal.
This type is not used in any activity, and only used as part of another schema.
Fields§
§link_proposal_initiating_product: Option<String>Output only. The source of this proposal.
link_proposal_state: Option<String>Output only. The state of this proposal.
requestor_email: Option<String>Output only. The email address of the user that proposed this linkage.
Trait Implementations§
source§impl Clone for GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
impl Clone for GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
source§fn clone(&self) -> GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
fn clone(&self) -> GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
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 GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
impl Default for GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
source§fn default() -> GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
fn default() -> GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
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