Class AccountsResource.GetNotificationSettingRequest
Returns the pubsub notification settings for the account.
Inheritance
AccountsResource.GetNotificationSettingRequest
Inherited Members
Namespace: Google.Apis.MyBusinessNotificationSettings.v1
Assembly: Google.Apis.MyBusinessNotificationSettings.v1.dll
Syntax
public class AccountsResource.GetNotificationSettingRequest : MyBusinessNotificationSettingsBaseServiceRequest<NotificationSetting>, IClientServiceRequest<NotificationSetting>, IClientServiceRequest
Constructors
GetNotificationSettingRequest(IClientService, string)
Constructs a new GetNotificationSetting request.
Declaration
public GetNotificationSettingRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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.MyBusinessNotificationSettings.v1.Data.NotificationSetting>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessNotificationSettings.v1.Data.NotificationSetting>.MethodName
Name
Required. The resource name of the notification setting we are trying to fetch.
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.MyBusinessNotificationSettings.v1.Data.NotificationSetting>.RestPath
Methods
InitParameters()
Initializes GetNotificationSetting parameter list.
Declaration
protected override void InitParameters()