Show / Hide Table of Contents

Class GetProfileRequest

Request message for getting Profile details.

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

Constructors

GetProfileRequest()

Declaration
public GetProfileRequest()

GetProfileRequest(GetProfileRequest)

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

Properties

Name

Required. The name of the Profile. Format: users/me/profile.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProfileName

ProfileName-typed view over the Name resource name property.

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