Class OrganizationsResource.LocationsResource.NotificationsResource
The "notifications" collection of methods.
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.NotificationsResource
Constructors
NotificationsResource(IClientService)
Constructs a new resource.
Declaration
public NotificationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets a notification.
Declaration
public virtual OrganizationsResource.LocationsResource.NotificationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.NotificationsResource.GetRequest |
List(string)
Lists notifications under a given parent.
Declaration
public virtual OrganizationsResource.LocationsResource.NotificationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}". |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.NotificationsResource.ListRequest |