Class: AdCenterWrapper::GetCustomerPilotFeatureResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/api/customermanagementGetCustomerPilotFeatureResponse

featurePilotFlags - AdCenterWrapper::ArrayOfint

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(featurePilotFlags = nil) ⇒ GetCustomerPilotFeatureResponse

Returns a new instance of GetCustomerPilotFeatureResponse.



5208
5209
5210
# File 'lib/adcenter_wrapper_entities.rb', line 5208

def initialize(featurePilotFlags = nil)
  @featurePilotFlags = featurePilotFlags
end

Instance Attribute Details

#featurePilotFlagsObject

Returns the value of attribute featurePilotFlags.



5206
5207
5208
# File 'lib/adcenter_wrapper_entities.rb', line 5206

def featurePilotFlags
  @featurePilotFlags
end