class Google::Apis::DfareportingV3_4::CustomEventsBatchInsertResponse

Insert Custom Events Response.

Attributes

has_failures[RW]

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

has_failures?[RW]

Indicates that some or all custom events 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#customEventsBatchInsertResponseā€. Corresponds to the JSON property `kind` @return [String]

status[RW]

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

Public Class Methods

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