Show / Hide Table of Contents

Class CasesResource.AttachmentsResource

The "attachments" collection of methods.

Inheritance
object
CasesResource.AttachmentsResource
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 CasesResource.AttachmentsResource

Constructors

AttachmentsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Retrieve all attachments associated with a support case. Here is an example of calling this endpoint using cURL:

shell case="projects/some-project/cases/23598314" curl \ --header "Authorization: Bearer
$(gcloud auth print-access-token)" \ "https://cloudsupport.googleapis.com/v2/$case/attachments"
Declaration
public virtual CasesResource.AttachmentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of Case object for which attachments should be listed.

Returns
Type Description
CasesResource.AttachmentsResource.ListRequest
In This Article
Back to top Generated by DocFX