class Google::Apis::PartnersV2::GetCompanyResponse

Response message for GetCompany.

Attributes

company[RW]

A company resource in the Google Partners API. Once certified, it qualifies for being searched by advertisers. Corresponds to the JSON property `company` @return [Google::Apis::PartnersV2::Company]

response_metadata[RW]

Common data that is in each API response. Corresponds to the JSON property `responseMetadata` @return [Google::Apis::PartnersV2::ResponseMetadata]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/partners_v2/classes.rb, line 484
def update!(**args)
  @response_metadata = args[:response_metadata] if args.key?(:response_metadata)
  @company = args[:company] if args.key?(:company)
end