class Google::Apis::HealthcareV1::ListAttributeDefinitionsResponse

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @attribute_definitions = args[:attribute_definitions] if args.key?(:attribute_definitions)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end