You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, Required. The parent resource where this idea activity will be created. Format: platforms/{platform}/property/{property} (required)
95
+
body: object, The request body.
96
+
The object takes the form of:
97
+
98
+
{ # An idea activity entry.
99
+
"ideaIds": [ # The Idea IDs for this entry.
100
+
"A String",
101
+
],
102
+
"name": "A String", # Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
103
+
"topicIds": [ # The Topic IDs for this entry.
104
+
"A String",
105
+
],
106
+
"type": "A String", # The type of activity performed.
107
+
"uri": "A String", # The uri the activity relates to.
108
+
}
109
+
110
+
x__xgafv: string, V1 error format.
111
+
Allowed values
112
+
1 - v1 error format
113
+
2 - v2 error format
114
+
115
+
Returns:
116
+
An object of the form:
117
+
118
+
{ # An idea activity entry.
119
+
"ideaIds": [ # The Idea IDs for this entry.
120
+
"A String",
121
+
],
122
+
"name": "A String", # Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
123
+
"topicIds": [ # The Topic IDs for this entry.
124
+
"A String",
125
+
],
126
+
"type": "A String", # The type of activity performed.
127
+
"uri": "A String", # The uri the activity relates to.
0 commit comments