Class Service
The section of an tag. https://developer.android.com/guide/topics/manifest/service-element
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class Service : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntentFilter
Intent filters in the service
Declaration
[JsonProperty("intentFilter")]
public virtual IList<IntentFilter> IntentFilter { get; set; }
Property Value
Type | Description |
---|---|
IList<IntentFilter> |
Name
The android:name value
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |