Struct google_admin1_directory::CalendarResource[][src]

pub struct CalendarResource {
    pub kind: Option<String>,
    pub capacity: Option<i32>,
    pub resource_type: Option<String>,
    pub resource_description: Option<String>,
    pub generated_resource_name: Option<String>,
    pub etags: Option<String>,
    pub resource_category: Option<String>,
    pub resource_email: Option<String>,
    pub resource_name: Option<String>,
    pub feature_instances: Option<String>,
    pub floor_section: Option<String>,
    pub resource_id: Option<String>,
    pub building_id: Option<String>,
    pub floor_name: Option<String>,
    pub user_visible_description: 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.

Capacity of a resource, number of seats in a room.

The type of the calendar resource, intended for non-room resources. The type of the calendar resource. Used for grouping resources in the calendar user interface.

Description of the resource, visible only to admins. The brief description of the calendar resource.

The read-only auto-generated name of the calendar resource which includes metadata about the resource such as building name, floor, capacity, etc. For example, "NYC-2-Training Room 1A (16)".

ETag of the resource.

The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.

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

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

no description provided

Name of the section within a floor a resource is located in.

The unique ID for the calendar resource.

Unique ID for the building a resource is located in.

Name of the floor a resource is located on.

Description of the resource, visible to users and admins.

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. Read more

impl RequestValue for CalendarResource
[src]

impl ResponseResult for CalendarResource
[src]

Auto Trait Implementations