Class: Google::Apis::MybusinessplaceactionsV1::PlaceActionTypeMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/mybusinessplaceactions_v1/classes.rb,
lib/google/apis/mybusinessplaceactions_v1/representations.rb,
lib/google/apis/mybusinessplaceactions_v1/representations.rb
more...

Overview

Metadata for supported place action types.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlaceActionTypeMetadata

Returns a new instance of PlaceActionTypeMetadata.

[View source]

185
186
187
# File 'lib/google/apis/mybusinessplaceactions_v1/classes.rb', line 185

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#display_nameString

The localized display name for the attribute, if available; otherwise, the English display name. Corresponds to the JSON property displayName

Returns:

  • (String)

178
179
180
# File 'lib/google/apis/mybusinessplaceactions_v1/classes.rb', line 178

def display_name
  @display_name
end

#place_action_typeString

The place action type. Corresponds to the JSON property placeActionType

Returns:

  • (String)

183
184
185
# File 'lib/google/apis/mybusinessplaceactions_v1/classes.rb', line 183

def place_action_type
  @place_action_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

190
191
192
193
# 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