Class: Google::Apis::ContentV2::AccountGoogleMyBusinessLink

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AccountGoogleMyBusinessLink

Returns a new instance of AccountGoogleMyBusinessLink.



280
281
282
# File 'generated/google/apis/content_v2/classes.rb', line 280

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

Instance Attribute Details

#gmb_emailString

The GMB email address of which a specific account within a GMB account. A sample account within a GMB account could be a business account with set of locations, managed under the GMB account. Corresponds to the JSON property gmbEmail

Returns:

  • (String)


273
274
275
# File 'generated/google/apis/content_v2/classes.rb', line 273

def gmb_email
  @gmb_email
end

#statusString

Status of the link between this Merchant Center account and the GMB account. Corresponds to the JSON property status

Returns:

  • (String)


278
279
280
# File 'generated/google/apis/content_v2/classes.rb', line 278

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



285
286
287
288
# File 'generated/google/apis/content_v2/classes.rb', line 285

def update!(**args)
  @gmb_email = args[:gmb_email] if args.key?(:gmb_email)
  @status = args[:status] if args.key?(:status)
end