class Google::Apis::FactchecktoolsV1alpha1::GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor

Information about the claim review author.

Attributes

image_url[RW]

Corresponds to `ClaimReview.author.image`. Corresponds to the JSON property `imageUrl` @return [String]

name[RW]

Name of the organization that is publishing the fact check. Corresponds to ` ClaimReview.author.name`. Corresponds to the JSON property `name` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/factchecktools_v1alpha1/classes.rb, line 222
def update!(**args)
  @image_url = args[:image_url] if args.key?(:image_url)
  @name = args[:name] if args.key?(:name)
end