Show / Hide Table of Contents

Class PlaceActionTypeMetadata

Metadata for supported place action types.

Inheritance
object
PlaceActionTypeMetadata
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX