Class ProjectsResource.NotificationChannelsResource.VerifyRequest
Verifies a NotificationChannel by proving receipt of the code delivered to the channel as a result of calling SendNotificationChannelVerificationCode.
Inheritance
ProjectsResource.NotificationChannelsResource.VerifyRequest
Inherited Members
Namespace: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ProjectsResource.NotificationChannelsResource.VerifyRequest : MonitoringBaseServiceRequest<NotificationChannel>, IClientServiceRequest<NotificationChannel>, IClientServiceRequest
Constructors
VerifyRequest(IClientService, VerifyNotificationChannelRequest, string)
Constructs a new Verify request.
Declaration
public VerifyRequest(IClientService service, VerifyNotificationChannelRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
VerifyNotificationChannelRequest | 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. The notification channel to verify.
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Verify parameter list.
Declaration
protected override void InitParameters()