class Google::Apis::DfareportingV3_5::ConversionsBatchUpdateResponse

Update Conversions Response.

Attributes

has_failures[RW]

Indicates that some or all conversions failed to update. Corresponds to the JSON property `hasFailures` @return [Boolean]

has_failures?[RW]

Indicates that some or all conversions failed to update. Corresponds to the JSON property `hasFailures` @return [Boolean]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#conversionsBatchUpdateResponse”. Corresponds to the JSON property `kind` @return [String]

status[RW]

The update status of each conversion. Statuses are returned in the same order that conversions are updated. Corresponds to the JSON property `status` @return [Array<Google::Apis::DfareportingV3_5::ConversionStatus>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 2699
def update!(**args)
  @has_failures = args[:has_failures] if args.key?(:has_failures)
  @kind = args[:kind] if args.key?(:kind)
  @status = args[:status] if args.key?(:status)
end