Class: AdwordsApi::V201101::UserListService::RemarketingUserList

Inherits:
UserList
  • Object
show all
Defined in:
lib/adwords_api/v201101/UserListService.rb

Overview

RemarketingUserList

  • id - SOAP::SOAPLong

  • isReadOnly - SOAP::SOAPBoolean

  • name - SOAP::SOAPString

  • description - SOAP::SOAPString

  • status - AdwordsApi::V201101::UserListService::UserListMembershipStatus

  • accessReason - AdwordsApi::V201101::UserListService::AccessReason

  • accountUserListStatus - AdwordsApi::V201101::UserListService::AccountUserListStatus

  • membershipLifeSpan - SOAP::SOAPLong

  • size - SOAP::SOAPLong

  • sizeRange - AdwordsApi::V201101::UserListService::SizeRange

  • type - AdwordsApi::V201101::UserListService::UserListType

  • userList_Type - SOAP::SOAPString

  • conversionTypes - AdwordsApi::V201101::UserListService::UserListConversionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, accessReason = nil, accountUserListStatus = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil, conversionTypes = []) ⇒ RemarketingUserList

Returns a new instance of RemarketingUserList.



874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
# File 'lib/adwords_api/v201101/UserListService.rb', line 874

def initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, accessReason = nil, accountUserListStatus = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil, conversionTypes = [])
  @id = id
  @isReadOnly = isReadOnly
  @name = name
  @description = description
  @status = status
  @accessReason = accessReason
  @accountUserListStatus = accountUserListStatus
  @membershipLifeSpan = membershipLifeSpan
  @size = size
  @sizeRange = sizeRange
  @type = type
  @userList_Type = userList_Type
  @conversionTypes = conversionTypes
end

Instance Attribute Details

#accessReasonObject

Returns the value of attribute accessReason.



865
866
867
# File 'lib/adwords_api/v201101/UserListService.rb', line 865

def accessReason
  @accessReason
end

#accountUserListStatusObject

Returns the value of attribute accountUserListStatus.



866
867
868
# File 'lib/adwords_api/v201101/UserListService.rb', line 866

def accountUserListStatus
  @accountUserListStatus
end

#conversionTypesObject

Returns the value of attribute conversionTypes.



872
873
874
# File 'lib/adwords_api/v201101/UserListService.rb', line 872

def conversionTypes
  @conversionTypes
end

#descriptionObject

Returns the value of attribute description.



863
864
865
# File 'lib/adwords_api/v201101/UserListService.rb', line 863

def description
  @description
end

#idObject

Returns the value of attribute id.



860
861
862
# File 'lib/adwords_api/v201101/UserListService.rb', line 860

def id
  @id
end

#isReadOnlyObject

Returns the value of attribute isReadOnly.



861
862
863
# File 'lib/adwords_api/v201101/UserListService.rb', line 861

def isReadOnly
  @isReadOnly
end

#membershipLifeSpanObject

Returns the value of attribute membershipLifeSpan.



867
868
869
# File 'lib/adwords_api/v201101/UserListService.rb', line 867

def membershipLifeSpan
  @membershipLifeSpan
end

#nameObject

Returns the value of attribute name.



862
863
864
# File 'lib/adwords_api/v201101/UserListService.rb', line 862

def name
  @name
end

#sizeObject

Returns the value of attribute size.



868
869
870
# File 'lib/adwords_api/v201101/UserListService.rb', line 868

def size
  @size
end

#sizeRangeObject

Returns the value of attribute sizeRange.



869
870
871
# File 'lib/adwords_api/v201101/UserListService.rb', line 869

def sizeRange
  @sizeRange
end

#statusObject

Returns the value of attribute status.



864
865
866
# File 'lib/adwords_api/v201101/UserListService.rb', line 864

def status
  @status
end

#typeObject

Returns the value of attribute type.



870
871
872
# File 'lib/adwords_api/v201101/UserListService.rb', line 870

def type
  @type
end

#userList_TypeObject

Returns the value of attribute userList_Type.



871
872
873
# File 'lib/adwords_api/v201101/UserListService.rb', line 871

def userList_Type
  @userList_Type
end