Class ProjectsResource.UpdateAlertConfigRequest
Update the alert config of the requested project.
Inheritance
ProjectsResource.UpdateAlertConfigRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.UpdateAlertConfigRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaAlertConfig>, IClientServiceRequest<GoogleCloudRetailV2betaAlertConfig>, IClientServiceRequest
Constructors
UpdateAlertConfigRequest(IClientService, GoogleCloudRetailV2betaAlertConfig, string)
Constructs a new UpdateAlertConfig request.
Declaration
public UpdateAlertConfigRequest(IClientService service, GoogleCloudRetailV2betaAlertConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRetailV2betaAlertConfig | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. Immutable. The name of the AlertConfig singleton resource. Format: projects/*/alertConfig
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
UpdateMask
Indicates which fields in the provided AlertConfig to update. If not set, all supported fields are updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UpdateAlertConfig parameter list.
Declaration
protected override void InitParameters()