Table of Contents

Interface IGeminiCorpusResourceId

Any object stand-in for a Corpus resource ID should inherit this interface.

public interface IGeminiCorpusResourceId
Extension Methods

Properties

ResourceId

The ID of the resource.

string ResourceId { get; }

Property Value

string

ResourceName

The full name of the resource.

string ResourceName { get; }

Property Value

string