Class NonSdkApiUsageViolationReport
Contains a summary and examples of non-sdk API usage violations.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class NonSdkApiUsageViolationReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleApis
Examples of the detected API usages.
Declaration
[JsonProperty("exampleApis")]
public virtual IList<NonSdkApi> ExampleApis { get; set; }
Property Value
Type | Description |
---|---|
IList<NonSdkApi> |
MinSdkVersion
Minimum API level required for the application to run.
Declaration
[JsonProperty("minSdkVersion")]
public virtual int? MinSdkVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |
TargetSdkVersion
Specifies the API Level on which the application is designed to run.
Declaration
[JsonProperty("targetSdkVersion")]
public virtual int? TargetSdkVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |
UniqueApis
Total number of unique Non-SDK API's accessed.
Declaration
[JsonProperty("uniqueApis")]
public virtual int? UniqueApis { get; set; }
Property Value
Type | Description |
---|---|
int? |