Struct google_searchconsole1::BlockedResource[][src]

pub struct BlockedResource {
    pub url: Option<String>,
}

Blocked resource.

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

Fields

URL of the blocked resource.

Trait Implementations

impl Default for BlockedResource
[src]

Returns the "default value" for a type. Read more

impl Clone for BlockedResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlockedResource
[src]

Formats the value using the given formatter. Read more

impl Part for BlockedResource
[src]

Auto Trait Implementations