Class ProjectsResource.LocationsResource.UpdateSettingsRequest
Update notification settings.
Inheritance
ProjectsResource.LocationsResource.UpdateSettingsRequest
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UpdateSettingsRequest : AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Settings>, IClientServiceRequest<GoogleCloudAdvisorynotificationsV1Settings>, IClientServiceRequest
Constructors
UpdateSettingsRequest(IClientService, GoogleCloudAdvisorynotificationsV1Settings, string)
Constructs a new UpdateSettings request.
Declaration
public UpdateSettingsRequest(IClientService service, GoogleCloudAdvisorynotificationsV1Settings body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAdvisorynotificationsV1Settings | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.MethodName
Name
Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.GetBody()
InitParameters()
Initializes UpdateSettings parameter list.
Declaration
protected override void InitParameters()
Overrides
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Settings>.InitParameters()