Class: Google::Resourcemanager::Data::ProjectParentCatalog

Inherits:
ProjectParent
  • Object
show all
Defined in:
lib/google/resourcemanager/property/project_parent.rb

Overview

Manages a ProjectParent nested object Data is coming from the Puppet manifest

Instance Attribute Summary

Attributes inherited from ProjectParent

#id, #type

Instance Method Summary collapse

Methods inherited from ProjectParent

#<=>, #==, #to_json, #to_s

Constructor Details

#initialize(args) ⇒ ProjectParentCatalog

Returns a new instance of ProjectParentCatalog.



96
97
98
99
100
101
# File 'lib/google/resourcemanager/property/project_parent.rb', line 96

def initialize(args)
  @type =
    Google::Resourcemanager::Property::String.unsafe_munge(args['type'])
  @id =
    Google::Resourcemanager::Property::String.unsafe_munge(args['id'])
end