Class CasesResource.AttachmentsResource
The "attachments" collection of methods.
Inherited Members
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.
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 |