Struct google_dns1::Project[][src]

pub struct Project {
    pub quota: Option<Quota>,
    pub kind: Option<String>,
    pub id: Option<String>,
    pub number: Option<String>,
}

A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.

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

Quotas assigned to this project (output only).

Identifies what kind of resource this is. Value: the fixed string "dns#project".

User assigned unique identifier for the resource (output only).

Unique numeric identifier for the resource; defined by the server (output only).

Trait Implementations

impl Default for Project
[src]

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

impl Clone for Project
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Project
[src]

Formats the value using the given formatter. Read more

impl Resource for Project
[src]

impl ResponseResult for Project
[src]

Auto Trait Implementations

impl Send for Project

impl Sync for Project