Struct google_plusdomains1::PersonUrls[][src]

pub struct PersonUrls {
    pub type_: Option<String>,
    pub value: Option<String>,
    pub label: Option<String>,
}

A list of URLs for this person.

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

Fields

The type of URL. Possible values include, but are not limited to, the following values:

  • "otherProfile" - URL for another profile.
  • "contributor" - URL to a site for which this person is a contributor.
  • "website" - URL for this Google+ Page's primary website.
  • "other" - Other URL.

The URL value.

The label of the URL.

Trait Implementations

impl Default for PersonUrls
[src]

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

impl Clone for PersonUrls
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersonUrls
[src]

Formats the value using the given formatter. Read more

impl NestedType for PersonUrls
[src]

impl Part for PersonUrls
[src]

Auto Trait Implementations

impl Send for PersonUrls

impl Sync for PersonUrls