Skip to main content
Version: 6.0.8

GoogleConnection

This page supports schema for Googlecalendar Datatype GoogleConnection.

{
"properties": {
"emailAddresses": {
"items": {
"properties": {
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array",
"x-label": {
"en": "Email Addresses",
"ko": "Email Addresses"
}
},
"names": {
"items": {
"properties": {
"displayName": {
"type": "string"
}
},
"type": "object"
},
"type": "array",
"x-label": {
"en": "Names",
"ko": "Names"
}
},
"resourceName": {
"type": "string",
"x-label": {
"en": "Google Resource Name",
"ko": "Google Resource Name"
}
}
},
"type": "object"
}