Struct google_searchconsole1::ResourceIssue[][src]

pub struct ResourceIssue {
    pub blocked_resource: Option<BlockedResource>,
}

Information about a resource with issue.

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

Fields

Describes a blocked resource issue.

Trait Implementations

impl Default for ResourceIssue
[src]

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

impl Clone for ResourceIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceIssue
[src]

Formats the value using the given formatter. Read more

impl Part for ResourceIssue
[src]

Auto Trait Implementations