Show / Hide Table of Contents

Class ShlResource

The "shl" collection of methods.

Inheritance
object
ShlResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ShlResource

Constructors

ShlResource(IClientService)

Constructs a new resource.

Declaration
public ShlResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

M

Gets the M resource.

Declaration
public virtual ShlResource.MResource M { get; }
Property Value
Type Description
ShlResource.MResource

R

Gets the R resource.

Declaration
public virtual ShlResource.RResource R { get; }
Property Value
Type Description
ShlResource.RResource
In this article
Back to top Generated by DocFX