Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
REST Resource: accounts.invitations
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: Davetiye
Yalnızca çıkış. Beklemedeki bir davetiyeyi temsil eder.
JSON gösterimi |
{
"name": string,
"role": enum (AdminRole ),
// Union field target can be only one of the following:
"targetAccount": {
object (Account )
},
"targetLocation": {
object (TargetLocation )
}
// End of list of possible types for union field target .
} |
Alanlar |
name |
string
Davetiyenin kaynak adı.
|
role |
enum (AdminRole )
Hesaptaki davet edilen rol.
|
Birleştirme alanı target . Bu davetiyenin hedefini belirtir. target şunlardan yalnızca biri olabilir: |
targetAccount |
object (Account )
Bu davetiyenin kullanım alanı çok az olan hesap.
|
targetLocation |
object (TargetLocation )
Bu davetiyenin bulunduğu hedef konum.
|
TargetLocation
Beklemedeki bir davetiye için hedef konumu temsil eder.
JSON gösterimi |
{
"locationName": string,
"locationAddress": string
} |
Alanlar |
locationName |
string
Kullanıcının davet edildiği konumun adı.
|
locationAddress |
string
Kullanıcının davet edildiği konumun adresi.
|
Yöntemler |
accept (deprecated)
|
Belirtilen daveti kabul eder. |
|
Belirtilen davetiyeyi reddeder. |
list (deprecated)
|
Belirtilen hesap için bekleyen davetiyeleri listeler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-20 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-20 UTC."],[[["This documentation details the 'Invitation' resource, which represents a pending invitation to a Google Business Profile account or location."],["Invitations specify a role for the invitee and the target account or location."],["A `TargetLocation` object is used when the invitation is for a specific location within a business account, providing the location's name and address."],["The available methods (accept, decline, list) for managing invitations are deprecated."]]],[]]