Class: AdCenterWrapper::GetCustomerPilotFeatureResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerManagementService.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.

[View source]

1431
1432
1433
# File 'lib/CustomerManagementService.rb', line 1431

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

Instance Attribute Details

#featurePilotFlagsObject

Returns the value of attribute featurePilotFlags.


1429
1430
1431
# File 'lib/CustomerManagementService.rb', line 1429

def featurePilotFlags
  @featurePilotFlags
end