pub struct UrlInspectionApi {}Expand description
https://developers.google.com/webmaster-tools/v1/sites?
Implementations§
source§impl UrlInspectionApi
impl UrlInspectionApi
pub async fn inspect( &self, token: &str, request: &RequestUrlInspection ) -> Result<ResponseInspectionResult, GoogleApiError>
Trait Implementations§
source§impl Default for UrlInspectionApi
impl Default for UrlInspectionApi
source§fn default() -> UrlInspectionApi
fn default() -> UrlInspectionApi
Returns the “default value” for a type. Read more