Data Analytics API with Gemini v1beta API - Class StudioDatasourceReference (1.0.0-beta01)

public sealed class StudioDatasourceReference : IMessage<StudioDatasourceReference>, IEquatable<StudioDatasourceReference>, IDeepCloneable<StudioDatasourceReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class StudioDatasourceReference.

Message representing a reference to a single LookerStudio datasource.

Inheritance

object > StudioDatasourceReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

StudioDatasourceReference()

public StudioDatasourceReference()

StudioDatasourceReference(StudioDatasourceReference)

public StudioDatasourceReference(StudioDatasourceReference other)
Parameter
Name Description
other StudioDatasourceReference

Properties

DatasourceId

public string DatasourceId { get; set; }

Required. The id of the datasource.

Property Value
Type Description
string