Network Security v1 API - Class ListSACAttachmentsResponse (1.0.0-beta01)

public sealed class ListSACAttachmentsResponse : IMessage<ListSACAttachmentsResponse>, IEquatable<ListSACAttachmentsResponse>, IDeepCloneable<ListSACAttachmentsResponse>, IBufferMessage, IMessage, IPageResponse<SACAttachment>, IEnumerable<SACAttachment>, IEnumerable

Reference documentation and code samples for the Network Security v1 API class ListSACAttachmentsResponse.

Response for ListSACAttachments method.

Inheritance

object > ListSACAttachmentsResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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