Show / Hide Table of Contents

Class V1beta1Resource

The "v1beta1" collection of methods.

Inheritance
object
V1beta1Resource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Generated by DocFX