Show / Hide Table of Contents

Class ModuleMetadata

Metadata of a module.

Inheritance
object
ModuleMetadata
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ModuleMetadata : IDirectResponseSchema

Properties

DeliveryType

Indicates the delivery type (e.g. on-demand) of the module.

Declaration
[JsonProperty("deliveryType")]
public virtual string DeliveryType { get; set; }
Property Value
Type Description
string

Dependencies

Names of the modules that this module directly depends on. Each module implicitly depends on the base module.

Declaration
[JsonProperty("dependencies")]
public virtual IList<string> Dependencies { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ModuleType

Indicates the type of this feature module.

Declaration
[JsonProperty("moduleType")]
public virtual string ModuleType { get; set; }
Property Value
Type Description
string

Name

Module name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Targeting

The targeting that makes a conditional module installed. Relevant only for Split APKs.

Declaration
[JsonProperty("targeting")]
public virtual ModuleTargeting Targeting { get; set; }
Property Value
Type Description
ModuleTargeting

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX