class Google::Apis::MybusinessplaceactionsV1::PlaceActionTypeMetadata

Metadata for supported place action types.

Attributes

display_name[RW]

The localized display name for the attribute, if available; otherwise, the English display name. Corresponds to the JSON property `displayName` @return [String]

place_action_type[RW]

The place action type. Corresponds to the JSON property `placeActionType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinessplaceactions_v1/classes.rb, line 185
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinessplaceactions_v1/classes.rb, line 190
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @place_action_type = args[:place_action_type] if args.key?(:place_action_type)
end