Show / Hide Table of Contents

Class ManagedProperty

Managed property.

Inheritance
object
ManagedProperty
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ManagedProperty : IDirectResponseSchema

Properties

DefaultValue

The default value of the property. BUNDLE_ARRAY properties don't have a default value.

Declaration
[JsonProperty("defaultValue")]
public virtual object DefaultValue { get; set; }
Property Value
Type Description
object

Description

A longer description of the property, providing more detail of what it affects. Localized.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

Entries

For CHOICE or MULTISELECT properties, the list of possible entries.

Declaration
[JsonProperty("entries")]
public virtual IList<ManagedPropertyEntry> Entries { get; set; }
Property Value
Type Description
IList<ManagedPropertyEntry>

Key

The unique key that the app uses to identify the property, e.g. "com.google.android.gm.fieldname".

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

NestedProperties

For BUNDLE_ARRAY properties, the list of nested properties. A BUNDLE_ARRAY property is at most two levels deep.

Declaration
[JsonProperty("nestedProperties")]
public virtual IList<ManagedProperty> NestedProperties { get; set; }
Property Value
Type Description
IList<ManagedProperty>

Title

The name of the property. Localized.

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

Type

The type of the property.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX