Method: PANFolderCreated#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



17862
17863
17864
17865
17866
17867
17868
17869
17870
17871
17872
17873
17874
# File 'lib/schemas.rb', line 17862

def to_dynamic
  {
    "createdAt"      => created_at,
    "createdBy"      => created_by,
    "description"    => description,
    "id"             => id,
    "name"           => pan_folder_created_name,
    "parentFolderId" => parent_folder_id,
    "type"           => pan_folder_created_type,
    "updatedAt"      => updated_at,
    "updatedBy"      => updated_by,
  }
end