Skip to content

Commit b3cdcb6

Browse files
feat(cloudsupport): update the api
#### cloudsupport:v2beta The following keys were added: - resources.cases.methods.list.parameters.productLine (Total Keys: 2) - schemas.CaseClassification.properties.product.$ref (Total Keys: 1) - schemas.Product (Total Keys: 4)
1 parent d485079 commit b3cdcb6

File tree

4 files changed

+93
-4
lines changed

4 files changed

+93
-4
lines changed

docs/dyn/cloudsupport_v2beta.caseClassifications.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ <h3>Method Details</h3>
110110
{ # A Case Classification represents the topic that a case is about. It&#x27;s very important to use accurate classifications, because they&#x27;re used to route your cases to specialists who can help you. A classification always has an ID that is its unique identifier. A valid ID is required when creating a case.
111111
&quot;displayName&quot;: &quot;A String&quot;, # A display name for the classification. The display name is not static and can change. To uniquely and consistently identify classifications, use the `CaseClassification.id` field.
112112
&quot;id&quot;: &quot;A String&quot;, # The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use `caseClassifications.search`. Classification IDs returned by `caseClassifications.search` are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, `case.create` requests using the classification ID will fail.
113+
&quot;product&quot;: { # The full product a case may be associated with, including Product Line and Product Subline. # The full product the classification corresponds to.
114+
&quot;productLine&quot;: &quot;A String&quot;, # The Product Line of the Product.
115+
&quot;productSubline&quot;: &quot;A String&quot;, # The Product Subline of the Product, such as &quot;Maps Billing&quot;.
116+
},
113117
},
114118
],
115119
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Set this in the `page_token` field of subsequent `caseClassifications.list` requests. If unspecified, there are no more results to retrieve.

0 commit comments

Comments
 (0)