Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument

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

Overview

specific to a local services business registration document.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument

Returns a new instance of GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument.



23922
23923
23924
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23922

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

Instance Attribute Details

#document_readonlyGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly

A Local Services Document with read only accessible data. Corresponds to the JSON property documentReadonly



23920
23921
23922
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23920

def document_readonly
  @document_readonly
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23927
23928
23929
# File 'lib/google/apis/searchads360_v23/classes.rb', line 23927

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