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

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

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

Request for ListSACAttachments method.

Inheritance

object > ListSACAttachmentsRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListSACAttachmentsRequest()

public ListSACAttachmentsRequest()

ListSACAttachmentsRequest(ListSACAttachmentsRequest)

public ListSACAttachmentsRequest(ListSACAttachmentsRequest other)
Parameter
Name Description
other ListSACAttachmentsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression that filters the list of results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Sort the results by a certain order.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, in the form projects/{project}/locations/{location}.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName