Show / Hide Table of Contents

Class UpdateProfileRequest

Request message for updating Profile details.

Inheritance
object
UpdateProfileRequest
Implements
IMessage<UpdateProfileRequest>
IEquatable<UpdateProfileRequest>
IDeepCloneable<UpdateProfileRequest>
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 UpdateProfileRequest : IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessage

Constructors

UpdateProfileRequest()

Declaration
public UpdateProfileRequest()

UpdateProfileRequest(UpdateProfileRequest)

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

Properties

Profile

Required. Profile details.

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

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