Show / Hide Table of Contents

Class NonSdkApiUsageViolationReport

Contains a summary and examples of non-sdk API usage violations.

Inheritance
object
NonSdkApiUsageViolationReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX