Show / Hide Table of Contents

Class FoldersResource.NotificationConfigsResource

The "notificationConfigs" collection of methods.

Inheritance
object
FoldersResource.NotificationConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class FoldersResource.NotificationConfigsResource

Constructors

NotificationConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(NotificationConfig, string)

Declaration
public virtual FoldersResource.NotificationConfigsResource.CreateRequest Create(NotificationConfig body, string parent)
Parameters
Type Name Description
NotificationConfig body

The body of the request.

string parent

null

Returns
Type Description
FoldersResource.NotificationConfigsResource.CreateRequest

Delete(string)

Declaration
public virtual FoldersResource.NotificationConfigsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.NotificationConfigsResource.DeleteRequest

Get(string)

Declaration
public virtual FoldersResource.NotificationConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
FoldersResource.NotificationConfigsResource.GetRequest

List(string)

Declaration
public virtual FoldersResource.NotificationConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
FoldersResource.NotificationConfigsResource.ListRequest

Patch(NotificationConfig, string)

Declaration
public virtual FoldersResource.NotificationConfigsResource.PatchRequest Patch(NotificationConfig body, string name)
Parameters
Type Name Description
NotificationConfig body

The body of the request.

string name

null

Returns
Type Description
FoldersResource.NotificationConfigsResource.PatchRequest
In this article
Back to top Generated by DocFX