Google Cloud Support v2 API - Class ListAttachmentsRequest (1.0.0)

public sealed class ListAttachmentsRequest : IMessage<ListAttachmentsRequest>, IEquatable<ListAttachmentsRequest>, IDeepCloneable<ListAttachmentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Support v2 API class ListAttachmentsRequest.

The request message for the ListAttachments endpoint.

Inheritance

object > ListAttachmentsRequest

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

ListAttachmentsRequest()

public ListAttachmentsRequest()

ListAttachmentsRequest(ListAttachmentsRequest)

public ListAttachmentsRequest(ListAttachmentsRequest other)
Parameter
NameDescription
otherListAttachmentsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A token identifying the page of results to return. If unspecified, the first page is retrieved.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsCaseName

public CaseName ParentAsCaseName { get; set; }

CaseName-typed view over the Parent resource name property.

Property Value
TypeDescription
CaseName