Show / Hide Table of Contents

Class CaseClassificationsResource

The "caseClassifications" collection of methods.

Inheritance
object
CaseClassificationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSupport.v2beta
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class CaseClassificationsResource

Constructors

CaseClassificationsResource(IClientService)

Constructs a new resource.

Declaration
public CaseClassificationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Search()

Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine". 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.

Declaration
public virtual CaseClassificationsResource.SearchRequest Search()
Returns
Type Description
CaseClassificationsResource.SearchRequest
In This Article
Back to top Generated by DocFX