Struct google_plusdomains1::Circle[][src]

pub struct Circle {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub display_name: Option<String>,
    pub description: Option<String>,
    pub people: Option<CirclePeople>,
    pub id: Option<String>,
    pub self_link: Option<String>,
}

There is no detailed description.

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

Identifies this resource as a circle. Value: "plus#circle".

ETag of this response for caching purposes.

The circle name.

The description of this circle.

The people in this circle.

The ID of the circle.

Link to this circle resource

Trait Implementations

impl Default for Circle
[src]

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

impl Clone for Circle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Circle
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Circle
[src]

impl Resource for Circle
[src]

impl ResponseResult for Circle
[src]

Auto Trait Implementations

impl Send for Circle

impl Sync for Circle