Class NonSdkApi
A non-sdk API and examples of it being called along with other metadata See https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class NonSdkApi : IDirectResponseSchema
Properties
ApiSignature
The signature of the Non-SDK API
Declaration
[JsonProperty("apiSignature")]
public virtual string ApiSignature { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleStackTraces
Example stack traces of this API being called.
Declaration
[JsonProperty("exampleStackTraces")]
public virtual IList<string> ExampleStackTraces { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Insights
Optional debugging insights for non-SDK API violations.
Declaration
[JsonProperty("insights")]
public virtual IList<NonSdkApiInsight> Insights { get; set; }
Property Value
Type | Description |
---|---|
IList<NonSdkApiInsight> |
InvocationCount
The total number of times this API was observed to have been called.
Declaration
[JsonProperty("invocationCount")]
public virtual int? InvocationCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
List
Which list this API appears on
Declaration
[JsonProperty("list")]
public virtual string List { get; set; }
Property Value
Type | Description |
---|---|
string |