public sealed class ListSACAttachmentsResponse : IMessage<ListSACAttachmentsResponse>, IEquatable<ListSACAttachmentsResponse>, IDeepCloneable<ListSACAttachmentsResponse>, IBufferMessage, IMessage, IPageResponse<SACAttachment>, IEnumerable<SACAttachment>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListSACAttachmentsResponse.
Response for ListSACAttachments method.
Implements
IMessageListSACAttachmentsResponse, IEquatableListSACAttachmentsResponse, IDeepCloneableListSACAttachmentsResponse, IBufferMessage, IMessage, IPageResponseSACAttachment, IEnumerableSACAttachment, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListSACAttachmentsResponse()
public ListSACAttachmentsResponse()ListSACAttachmentsResponse(ListSACAttachmentsResponse)
public ListSACAttachmentsResponse(ListSACAttachmentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSACAttachmentsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SacAttachments
public RepeatedField<SACAttachment> SacAttachments { get; }The list of SACAttachments.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSACAttachment |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<SACAttachment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorSACAttachment |
|