Class UpdateProfileRequest
Request message for updating Profile details.
Implements
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 |