Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb 
Overview
Message for compatibility with legacy Edge specification for Java Properties object in JSON.
Instance Attribute Summary collapse
- 
  
    
      #property  ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Property> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of all properties in the object Corresponds to the JSON property
property. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudApigeeV1Properties 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudApigeeV1Properties.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1Properties
Returns a new instance of GoogleCloudApigeeV1Properties.
      7588 7589 7590  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 7588 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#property ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Property>
List of all properties in the object
Corresponds to the JSON property property
      7586 7587 7588  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 7586 def property @property end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7593 7594 7595  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 7593 def update!(**args) @property = args[:property] if args.key?(:property) end  |