Class: Google::Apis::DfareportingV4::TargetableRemarketingListsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb

Overview

Targetable remarketing list response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TargetableRemarketingListsListResponse

Returns a new instance of TargetableRemarketingListsListResponse.



12486
12487
12488
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12486

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#targetableRemarketingListsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


12474
12475
12476
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12474

def kind
  @kind
end

#next_page_tokenString

Pagination token to be used for the next list operation. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


12479
12480
12481
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12479

def next_page_token
  @next_page_token
end

#targetable_remarketing_listsArray<Google::Apis::DfareportingV4::TargetableRemarketingList>

Targetable remarketing list collection. Corresponds to the JSON property targetableRemarketingLists



12484
12485
12486
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12484

def targetable_remarketing_lists
  @targetable_remarketing_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12491
12492
12493
12494
12495
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12491

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @targetable_remarketing_lists = args[:targetable_remarketing_lists] if args.key?(:targetable_remarketing_lists)
end