Show / Hide Table of Contents

Class ProvidersResource

The "providers" collection of methods.

Inheritance
System.Object
ProvidersResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1alpha1
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ProvidersResource

Constructors

ProvidersResource(IClientService)

Constructs a new resource.

Declaration
public ProvidersResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Notes

Gets the Notes resource.

Declaration
public virtual ProvidersResource.NotesResource Notes { get; }
Property Value
Type Description
ProvidersResource.NotesResource
In This Article
Back to top