Show / Hide Table of Contents

Class V1beta1Resource

The "v1beta1" collection of methods.

Inheritance
System.Object
V1beta1Resource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class V1beta1Resource

Constructors

V1beta1Resource(IClientService)

Constructs a new resource.

Declaration
public V1beta1Resource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetSettings()

Returns customer-level settings.

Declaration
public virtual V1beta1Resource.GetSettingsRequest GetSettings()
Returns
Type Description
V1beta1Resource.GetSettingsRequest

UpdateSettings(Settings)

Updates the customer-level settings.

Declaration
public virtual V1beta1Resource.UpdateSettingsRequest UpdateSettings(Settings body)
Parameters
Type Name Description
Settings body

The body of the request.

Returns
Type Description
V1beta1Resource.UpdateSettingsRequest
In This Article
Back to top