Class GeneralAnalyticsLinkResponse
An AnalyticsLink as serialized from JSON when we don't support the type directly.
Inheritance
GeneralAnalyticsLinkResponse
Assembly: Couchbase.NetClient.dll
Syntax
public record GeneralAnalyticsLinkResponse : AnalyticsLink, IEquatable<AnalyticsLink>, IEquatable<GeneralAnalyticsLinkResponse>
Constructors
|
Edit this page
View Source
GeneralAnalyticsLinkResponse(string, string)
An AnalyticsLink as serialized from JSON when we don't support the type directly.
Declaration
public GeneralAnalyticsLinkResponse(string Name, string Dataverse)
Parameters
Properties
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public IDictionary<string, JToken> ExtraData { get; set; }
Property Value
|
Edit this page
View Source
LinkType
Declaration
[JsonIgnore]
public override string LinkType { get; }
Property Value
Overrides
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
protected string Type { get; init; }
Property Value
Implements