Google Cloud Support v2 API - Class ListAttachmentsResponse (1.3.0)

public sealed class ListAttachmentsResponse : IMessage<ListAttachmentsResponse>, IEquatable<ListAttachmentsResponse>, IDeepCloneable<ListAttachmentsResponse>, IBufferMessage, IMessage, IPageResponse<Attachment>, IEnumerable<Attachment>, IEnumerable

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

The response message for the ListAttachments endpoint.

Inheritance

object > ListAttachmentsResponse

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

ListAttachmentsResponse()

public ListAttachmentsResponse()

ListAttachmentsResponse(ListAttachmentsResponse)

public ListAttachmentsResponse(ListAttachmentsResponse other)
Parameter
Name Description
other ListAttachmentsResponse

Properties

Attachments

public RepeatedField<Attachment> Attachments { get; }

The list of attachments associated with the given case.

Property Value
Type Description
RepeatedFieldAttachment

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. This should be set in the page_token field of subsequent cases.attachments.list requests. If unspecified, there are no more results to retrieve.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Attachment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAttachment