Class V1beta1Resource.GetSettingsRequest
Returns customer-level settings.
Inheritance
V1beta1Resource.GetSettingsRequest
  Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class V1beta1Resource.GetSettingsRequest : AlertCenterBaseServiceRequest<Settings>, IClientServiceRequest<Settings>, IClientServiceRequestConstructors
GetSettingsRequest(IClientService)
Constructs a new GetSettings request.
Declaration
public GetSettingsRequest(IClientService service)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | 
Properties
CustomerId
Optional. The unique identifier of the Google Workspace account of the customer the alert settings are
associated with. The customer_id must/ have the initial "C" stripped (for example, 046psxkn).
Inferred from the caller identity if not provided. Find your customer
ID.
Declaration
[RequestParameter("customerId", RequestParameterType.Query)]
public virtual string CustomerId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
InitParameters()
Initializes GetSettings parameter list.
Declaration
protected override void InitParameters()