Class: AdCenterWrapper::GetCustomerPilotFeatureResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomerPilotFeatureResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomerPilotFeatureResponse
featurePilotFlags - AdCenterWrapper::ArrayOfint
Instance Attribute Summary collapse
-
#featurePilotFlags ⇒ Object
Returns the value of attribute featurePilotFlags.
Instance Method Summary collapse
-
#initialize(featurePilotFlags = nil) ⇒ GetCustomerPilotFeatureResponse
constructor
A new instance of GetCustomerPilotFeatureResponse.
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
#featurePilotFlags ⇒ Object
Returns the value of attribute featurePilotFlags.
5206 5207 5208 |
# File 'lib/adcenter_wrapper_entities.rb', line 5206 def featurePilotFlags @featurePilotFlags end |