Struct google_admin1_directory::CalendarResource [] [src]

pub struct CalendarResource {
    pub kind: Option<String>,
    pub etags: Option<String>,
    pub resource_name: Option<String>,
    pub resource_email: Option<String>,
    pub resource_type: Option<String>,
    pub resource_description: Option<String>,
    pub resource_id: Option<String>,
}

JSON template for Calendar Resource object in Directory API.

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

The type of the resource. For calendar resources, the value is admin#directory#resources#calendars#CalendarResource.

ETag of the resource.

The name of the calendar resource. For example, Training Room 1A

The read-only email ID for the calendar resource. Generated as part of creating a new calendar resource.

The type of the calendar resource. Used for grouping resources in the calendar user interface.

The brief description of the calendar resource.

The unique ID for the calendar resource.

Trait Implementations

impl Default for CalendarResource
[src]

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

impl Clone for CalendarResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CalendarResource
[src]

Formats the value using the given formatter.

impl RequestValue for CalendarResource
[src]

impl ResponseResult for CalendarResource
[src]