Class PlaceActionTypeMetadata
Metadata for supported place action types.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessPlaceActions.v1.Data
Assembly: Google.Apis.MyBusinessPlaceActions.v1.dll
Syntax
public class PlaceActionTypeMetadata : IDirectResponseSchema
Properties
DisplayName
The localized display name for the attribute, if available; otherwise, the English display name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
PlaceActionType
The place action type.
Declaration
[JsonProperty("placeActionType")]
public virtual string PlaceActionType { get; set; }
Property Value
Type | Description |
---|---|
string |