Show / Hide Table of Contents

Class UpdateSettingsRequest

Request message for updating Settings details.

Inheritance
object
UpdateSettingsRequest
Implements
IMessage<UpdateSettingsRequest>
IEquatable<UpdateSettingsRequest>
IDeepCloneable<UpdateSettingsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class UpdateSettingsRequest : IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, IBufferMessage, IMessage

Constructors

UpdateSettingsRequest()

Declaration
public UpdateSettingsRequest()

UpdateSettingsRequest(UpdateSettingsRequest)

Declaration
public UpdateSettingsRequest(UpdateSettingsRequest other)
Parameters
Type Name Description
UpdateSettingsRequest other

Properties

Settings

Required. Settings details

Declaration
public Settings Settings { get; set; }
Property Value
Type Description
Settings

UpdateMask

Optional. The list of fields to be updated.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX