Class: AdwordsApi::V201101::BulkMutateJobService::ContentLabel

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords_api/v201101/BulkMutateJobService.rb

Overview

ContentLabel

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • contentLabelType - AdwordsApi::V201101::BulkMutateJobService::ContentLabelType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil, contentLabelType = nil) ⇒ ContentLabel

Returns a new instance of ContentLabel.



2965
2966
2967
2968
2969
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 2965

def initialize(id = nil, criterion_Type = nil,  = nil)
  @id = id
  @criterion_Type = criterion_Type
  @contentLabelType = 
end

Instance Attribute Details

#contentLabelTypeObject

Returns the value of attribute contentLabelType.



2963
2964
2965
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 2963

def 
  @contentLabelType
end

#criterion_TypeObject

Returns the value of attribute criterion_Type.



2962
2963
2964
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 2962

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



2961
2962
2963
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 2961

def id
  @id
end