GoogleApi.Admin.Directory_v1.Model.CalendarResource (google_api_admin v0.23.1) View Source
Public API: Resources.calendars
Attributes
-
buildingId(type:String.t, default:nil) - Unique ID for the building a resource is located in. -
capacity(type:integer(), default:nil) - Capacity of a resource, number of seats in a room. -
etags(type:String.t, default:nil) - ETag of the resource. -
featureInstances(type:any(), default:nil) - Instances of features for the calendar resource. -
floorName(type:String.t, default:nil) - Name of the floor a resource is located on. -
floorSection(type:String.t, default:nil) - Name of the section within a floor a resource is located in. -
generatedResourceName(type:String.t, default:nil) - 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)". -
kind(type:String.t, default:admin#directory#resources#calendars#CalendarResource) - The type of the resource. For calendar resources, the value is admin#directory#resources#calendars#CalendarResource. -
resourceCategory(type:String.t, default:nil) - The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN. -
resourceDescription(type:String.t, default:nil) - Description of the resource, visible only to admins. -
resourceEmail(type:String.t, default:nil) - The read-only email for the calendar resource. Generated as part of creating a new calendar resource. -
resourceId(type:String.t, default:nil) - The unique ID for the calendar resource. -
resourceName(type:String.t, default:nil) - The name of the calendar resource. For example, "Training Room 1A". -
resourceType(type:String.t, default:nil) - The type of the calendar resource, intended for non-room resources. -
userVisibleDescription(type:String.t, default:nil) - Description of the resource, visible to users and admins.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.CalendarResource{
buildingId: String.t(),
capacity: integer(),
etags: String.t(),
featureInstances: any(),
floorName: String.t(),
floorSection: String.t(),
generatedResourceName: String.t(),
kind: String.t(),
resourceCategory: String.t(),
resourceDescription: String.t(),
resourceEmail: String.t(),
resourceId: String.t(),
resourceName: String.t(),
resourceType: String.t(),
userVisibleDescription: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.