Show / Hide Table of Contents

Class ProjectsResource.AlertsResource.DocumentsResource

The "documents" collection of methods.

Inheritance
object
ProjectsResource.AlertsResource.DocumentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ThreatIntelligenceService.v1beta
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class ProjectsResource.AlertsResource.DocumentsResource

Constructors

DocumentsResource(IClientService)

Constructs a new resource.

Declaration
public DocumentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a specific document associated with an alert.

Declaration
public virtual ProjectsResource.AlertsResource.DocumentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the alert document to get. Format: projects/{project}/alerts/{alert}/documents/{document}

Returns
Type Description
ProjectsResource.AlertsResource.DocumentsResource.GetRequest
In this article
Back to top Generated by DocFX