Struct google_identitytoolkit3::IdentitytoolkitRelyingpartySetProjectConfigResponse[][src]

pub struct IdentitytoolkitRelyingpartySetProjectConfigResponse {
    pub project_id: Option<String>,
}

Response of setting the project configuration.

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).

Fields

Project ID of the relying party.

Trait Implementations

Auto Trait Implementations