Class: Google::Apis::RedisV1::TenantProjectProxy
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::RedisV1::TenantProjectProxy
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #project_numbers  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
projectNumbers. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TenantProjectProxy 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TenantProjectProxy.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ TenantProjectProxy
Returns a new instance of TenantProjectProxy.
      3059 3060 3061  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 3059 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#project_numbers ⇒ Array<String>
Corresponds to the JSON property projectNumbers
      3057 3058 3059  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 3057 def project_numbers @project_numbers end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3064 3065 3066  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 3064 def update!(**args) @project_numbers = args[:project_numbers] if args.key?(:project_numbers) end  |