Class OrganizationsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class OrganizationsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Notifications
Gets the Notifications resource.
Declaration
public virtual OrganizationsResource.LocationsResource.NotificationsResource Notifications { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.LocationsResource.NotificationsResource |
Methods
GetSettings(string)
Get notification settings.
Declaration
public virtual OrganizationsResource.LocationsResource.GetSettingsRequest GetSettings(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.GetSettingsRequest |
UpdateSettings(GoogleCloudAdvisorynotificationsV1Settings, string)
Update notification settings.
Declaration
public virtual OrganizationsResource.LocationsResource.UpdateSettingsRequest UpdateSettings(GoogleCloudAdvisorynotificationsV1Settings body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAdvisorynotificationsV1Settings | body | The body of the request. |
string | name | Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.UpdateSettingsRequest |