class Google::Apis::DfareportingV3_4::ConversionsBatchInsertResponse

Insert Conversions Response.

Attributes

has_failures[RW]

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

has_failures?[RW]

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

kind[RW]

Identifies what kind of resource this is. Value: the fixed string ā€œ dfareporting#conversionsBatchInsertResponseā€. Corresponds to the JSON property `kind` @return [String]

status[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 2690
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_4/classes.rb, line 2695
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